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 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"];
.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.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 interfaceAppOuterClass.UpdateOAuthAppRequestOrBuilder
- Returns:
- The orgId.
-
getOrgIdBytes
public com.google.protobuf.ByteString getOrgIdBytes()string org_id = 1 [json_name = "orgId"];
- Specified by:
getOrgIdBytes
in interfaceAppOuterClass.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
public 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.
-
getClientId
string client_id = 2 [json_name = "clientId"];
- Specified by:
getClientId
in interfaceAppOuterClass.UpdateOAuthAppRequestOrBuilder
- Returns:
- The clientId.
-
getClientIdBytes
public com.google.protobuf.ByteString getClientIdBytes()string client_id = 2 [json_name = "clientId"];
- Specified by:
getClientIdBytes
in interfaceAppOuterClass.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
public 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.
-
getClientName
string client_name = 3 [json_name = "clientName"];
- Specified by:
getClientName
in interfaceAppOuterClass.UpdateOAuthAppRequestOrBuilder
- Returns:
- The clientName.
-
getClientNameBytes
public com.google.protobuf.ByteString getClientNameBytes()string client_name = 3 [json_name = "clientName"];
- Specified by:
getClientNameBytes
in interfaceAppOuterClass.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
public 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.
-
hasOauthConfig
public boolean hasOauthConfig().viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];
- Specified by:
hasOauthConfig
in interfaceAppOuterClass.UpdateOAuthAppRequestOrBuilder
- Returns:
- Whether the oauthConfig field is set.
-
getOauthConfig
.viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];
- Specified by:
getOauthConfig
in interfaceAppOuterClass.UpdateOAuthAppRequestOrBuilder
- Returns:
- The oauthConfig.
-
setOauthConfig
.viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];
-
setOauthConfig
public AppOuterClass.UpdateOAuthAppRequest.Builder setOauthConfig(AppOuterClass.OAuthConfig.Builder builderForValue) .viam.app.v1.OAuthConfig oauth_config = 4 [json_name = "oauthConfig"];
-
mergeOauthConfig
public 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"];
-