Package viam.app.v1
Class AppOuterClass.UpdateOAuthAppRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
 
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.UpdateOAuthAppRequest,AppOuterClass.UpdateOAuthAppRequest.Builder>
 
viam.app.v1.AppOuterClass.UpdateOAuthAppRequest.Builder
- All Implemented Interfaces:
- com.google.protobuf.MessageLite.Builder,- com.google.protobuf.MessageLiteOrBuilder,- Cloneable,- AppOuterClass.UpdateOAuthAppRequestOrBuilder
- Enclosing class:
- AppOuterClass.UpdateOAuthAppRequest
public static final class AppOuterClass.UpdateOAuthAppRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.UpdateOAuthAppRequest,AppOuterClass.UpdateOAuthAppRequest.Builder>
implements AppOuterClass.UpdateOAuthAppRequestOrBuilder 
Protobuf type 
viam.app.v1.UpdateOAuthAppRequest- 
Field SummaryFields inherited from class com.google.protobuf.GeneratedMessageLite.Builderinstance
- 
Method SummaryModifier 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.ByteStringstring client_id = 2 [json_name = "clientId"];string client_name = 3 [json_name = "clientName"];com.google.protobuf.ByteStringstring 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.ByteStringstring org_id = 1 [json_name = "orgId"];boolean.viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];.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"];.viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];setOauthConfig(AppOuterClass.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.Builderbuild, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.BuilderaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType, isInitialized
- 
Method Details- 
getOrgIdstring org_id = 1 [json_name = "orgId"];- Specified by:
- getOrgIdin interface- AppOuterClass.UpdateOAuthAppRequestOrBuilder
- Returns:
- The orgId.
 
- 
getOrgIdBytespublic com.google.protobuf.ByteString getOrgIdBytes()string org_id = 1 [json_name = "orgId"];- Specified by:
- getOrgIdBytesin interface- AppOuterClass.UpdateOAuthAppRequestOrBuilder
- Returns:
- The bytes for orgId.
 
- 
setOrgIdstring org_id = 1 [json_name = "orgId"];- Parameters:
- value- The orgId to set.
- Returns:
- This builder for chaining.
 
- 
clearOrgIdstring org_id = 1 [json_name = "orgId"];- Returns:
- This builder for chaining.
 
- 
setOrgIdBytespublic AppOuterClass.UpdateOAuthAppRequest.Builder setOrgIdBytes(com.google.protobuf.ByteString value) string org_id = 1 [json_name = "orgId"];- Parameters:
- value- The bytes for orgId to set.
- Returns:
- This builder for chaining.
 
- 
getClientIdstring client_id = 2 [json_name = "clientId"];- Specified by:
- getClientIdin interface- AppOuterClass.UpdateOAuthAppRequestOrBuilder
- Returns:
- The clientId.
 
- 
getClientIdBytespublic com.google.protobuf.ByteString getClientIdBytes()string client_id = 2 [json_name = "clientId"];- Specified by:
- getClientIdBytesin interface- AppOuterClass.UpdateOAuthAppRequestOrBuilder
- Returns:
- The bytes for clientId.
 
- 
setClientIdstring client_id = 2 [json_name = "clientId"];- Parameters:
- value- The clientId to set.
- Returns:
- This builder for chaining.
 
- 
clearClientIdstring client_id = 2 [json_name = "clientId"];- Returns:
- This builder for chaining.
 
- 
setClientIdBytespublic AppOuterClass.UpdateOAuthAppRequest.Builder setClientIdBytes(com.google.protobuf.ByteString value) string client_id = 2 [json_name = "clientId"];- Parameters:
- value- The bytes for clientId to set.
- Returns:
- This builder for chaining.
 
- 
getClientNamestring client_name = 3 [json_name = "clientName"];- Specified by:
- getClientNamein interface- AppOuterClass.UpdateOAuthAppRequestOrBuilder
- Returns:
- The clientName.
 
- 
getClientNameBytespublic com.google.protobuf.ByteString getClientNameBytes()string client_name = 3 [json_name = "clientName"];- Specified by:
- getClientNameBytesin interface- AppOuterClass.UpdateOAuthAppRequestOrBuilder
- Returns:
- The bytes for clientName.
 
- 
setClientNamestring client_name = 3 [json_name = "clientName"];- Parameters:
- value- The clientName to set.
- Returns:
- This builder for chaining.
 
- 
clearClientNamestring client_name = 3 [json_name = "clientName"];- Returns:
- This builder for chaining.
 
- 
setClientNameBytespublic AppOuterClass.UpdateOAuthAppRequest.Builder setClientNameBytes(com.google.protobuf.ByteString value) string client_name = 3 [json_name = "clientName"];- Parameters:
- value- The bytes for clientName to set.
- Returns:
- This builder for chaining.
 
- 
hasOauthConfigpublic boolean hasOauthConfig().viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];- Specified by:
- hasOauthConfigin interface- AppOuterClass.UpdateOAuthAppRequestOrBuilder
- Returns:
- Whether the oauthConfig field is set.
 
- 
getOauthConfig.viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];- Specified by:
- getOauthConfigin interface- AppOuterClass.UpdateOAuthAppRequestOrBuilder
- Returns:
- The oauthConfig.
 
- 
setOauthConfig.viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];
- 
setOauthConfigpublic AppOuterClass.UpdateOAuthAppRequest.Builder setOauthConfig(AppOuterClass.OAuthConfig.Builder builderForValue) .viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];
- 
mergeOauthConfigpublic AppOuterClass.UpdateOAuthAppRequest.Builder mergeOauthConfig(AppOuterClass.OAuthConfig value) .viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];
- 
clearOauthConfig.viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];
 
-