Package viam.app.v1
Class App.UpdateOAuthAppRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.UpdateOAuthAppRequest,App.UpdateOAuthAppRequest.Builder>
viam.app.v1.App.UpdateOAuthAppRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,App.UpdateOAuthAppRequestOrBuilder
- Enclosing class:
- App.UpdateOAuthAppRequest
public static final class App.UpdateOAuthAppRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<App.UpdateOAuthAppRequest,App.UpdateOAuthAppRequest.Builder>
implements App.UpdateOAuthAppRequestOrBuilder
Protobuf type
viam.app.v1.UpdateOAuthAppRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionstring client_id = 2 [json_name = "clientId"];
string client_name = 3 [json_name = "clientName"];
.viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];
string org_id = 1 [json_name = "orgId"];
string client_id = 2 [json_name = "clientId"];
com.google.protobuf.ByteString
string client_id = 2 [json_name = "clientId"];
string client_name = 3 [json_name = "clientName"];
com.google.protobuf.ByteString
string client_name = 3 [json_name = "clientName"];
.viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];
getOrgId()
string org_id = 1 [json_name = "orgId"];
com.google.protobuf.ByteString
string org_id = 1 [json_name = "orgId"];
boolean
.viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];
mergeOauthConfig
(App.OAuthConfig value) .viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];
setClientId
(String value) string client_id = 2 [json_name = "clientId"];
setClientIdBytes
(com.google.protobuf.ByteString value) string client_id = 2 [json_name = "clientId"];
setClientName
(String value) string client_name = 3 [json_name = "clientName"];
setClientNameBytes
(com.google.protobuf.ByteString value) string client_name = 3 [json_name = "clientName"];
setOauthConfig
(App.OAuthConfig value) .viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];
setOauthConfig
(App.OAuthConfig.Builder builderForValue) .viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];
string org_id = 1 [json_name = "orgId"];
setOrgIdBytes
(com.google.protobuf.ByteString value) string org_id = 1 [json_name = "orgId"];
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrgId
string org_id = 1 [json_name = "orgId"];
- Specified by:
getOrgId
in interfaceApp.UpdateOAuthAppRequestOrBuilder
- Returns:
- The orgId.
-
getOrgIdBytes
public com.google.protobuf.ByteString getOrgIdBytes()string org_id = 1 [json_name = "orgId"];
- Specified by:
getOrgIdBytes
in interfaceApp.UpdateOAuthAppRequestOrBuilder
- Returns:
- The bytes for orgId.
-
setOrgId
string org_id = 1 [json_name = "orgId"];
- Parameters:
value
- The orgId to set.- Returns:
- This builder for chaining.
-
clearOrgId
string org_id = 1 [json_name = "orgId"];
- Returns:
- This builder for chaining.
-
setOrgIdBytes
string org_id = 1 [json_name = "orgId"];
- Parameters:
value
- The bytes for orgId to set.- Returns:
- This builder for chaining.
-
getClientId
string client_id = 2 [json_name = "clientId"];
- Specified by:
getClientId
in interfaceApp.UpdateOAuthAppRequestOrBuilder
- Returns:
- The clientId.
-
getClientIdBytes
public com.google.protobuf.ByteString getClientIdBytes()string client_id = 2 [json_name = "clientId"];
- Specified by:
getClientIdBytes
in interfaceApp.UpdateOAuthAppRequestOrBuilder
- Returns:
- The bytes for clientId.
-
setClientId
string client_id = 2 [json_name = "clientId"];
- Parameters:
value
- The clientId to set.- Returns:
- This builder for chaining.
-
clearClientId
string client_id = 2 [json_name = "clientId"];
- Returns:
- This builder for chaining.
-
setClientIdBytes
string client_id = 2 [json_name = "clientId"];
- Parameters:
value
- The bytes for clientId to set.- Returns:
- This builder for chaining.
-
getClientName
string client_name = 3 [json_name = "clientName"];
- Specified by:
getClientName
in interfaceApp.UpdateOAuthAppRequestOrBuilder
- Returns:
- The clientName.
-
getClientNameBytes
public com.google.protobuf.ByteString getClientNameBytes()string client_name = 3 [json_name = "clientName"];
- Specified by:
getClientNameBytes
in interfaceApp.UpdateOAuthAppRequestOrBuilder
- Returns:
- The bytes for clientName.
-
setClientName
string client_name = 3 [json_name = "clientName"];
- Parameters:
value
- The clientName to set.- Returns:
- This builder for chaining.
-
clearClientName
string client_name = 3 [json_name = "clientName"];
- Returns:
- This builder for chaining.
-
setClientNameBytes
string client_name = 3 [json_name = "clientName"];
- Parameters:
value
- The bytes for clientName to set.- Returns:
- This builder for chaining.
-
hasOauthConfig
public boolean hasOauthConfig().viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];
- Specified by:
hasOauthConfig
in interfaceApp.UpdateOAuthAppRequestOrBuilder
- Returns:
- Whether the oauthConfig field is set.
-
getOauthConfig
.viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];
- Specified by:
getOauthConfig
in interfaceApp.UpdateOAuthAppRequestOrBuilder
- Returns:
- The oauthConfig.
-
setOauthConfig
.viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];
-
setOauthConfig
.viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];
-
mergeOauthConfig
.viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];
-
clearOauthConfig
.viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];
-