Package viam.app.v1
Interface AppOuterClass.CreateOAuthAppRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.CreateOAuthAppRequest,AppOuterClass.CreateOAuthAppRequest.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.CreateOAuthAppRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring client_name = 2 [json_name = "clientName"];com.google.protobuf.ByteStringstring client_name = 2 [json_name = "clientName"];.viam.app.v1.OAuthConfig oauth_config = 3 [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 = 3 [json_name = "oauthConfig"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrgId
String getOrgId()string org_id = 1 [json_name = "orgId"];- Returns:
- The orgId.
-
getOrgIdBytes
com.google.protobuf.ByteString getOrgIdBytes()string org_id = 1 [json_name = "orgId"];- Returns:
- The bytes for orgId.
-
getClientName
String getClientName()string client_name = 2 [json_name = "clientName"];- Returns:
- The clientName.
-
getClientNameBytes
com.google.protobuf.ByteString getClientNameBytes()string client_name = 2 [json_name = "clientName"];- Returns:
- The bytes for clientName.
-
hasOauthConfig
boolean hasOauthConfig().viam.app.v1.OAuthConfig oauth_config = 3 [json_name = "oauthConfig"];- Returns:
- Whether the oauthConfig field is set.
-
getOauthConfig
AppOuterClass.OAuthConfig getOauthConfig().viam.app.v1.OAuthConfig oauth_config = 3 [json_name = "oauthConfig"];- Returns:
- The oauthConfig.
-