Package viam.app.v1
Interface AppOuterClass.ReadOAuthAppResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.ReadOAuthAppResponse,AppOuterClass.ReadOAuthAppResponse.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.ReadOAuthAppResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring client_name = 1 [json_name = "clientName"];com.google.protobuf.ByteStringstring client_name = 1 [json_name = "clientName"];string client_secret = 2 [json_name = "clientSecret"];com.google.protobuf.ByteStringstring client_secret = 2 [json_name = "clientSecret"];.viam.app.v1.OAuthConfig oauth_config = 3 [json_name = "oauthConfig"];boolean.viam.app.v1.OAuthConfig oauth_config = 3 [json_name = "oauthConfig"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getClientName
String getClientName()string client_name = 1 [json_name = "clientName"];- Returns:
- The clientName.
-
getClientNameBytes
com.google.protobuf.ByteString getClientNameBytes()string client_name = 1 [json_name = "clientName"];- Returns:
- The bytes for clientName.
-
getClientSecret
String getClientSecret()string client_secret = 2 [json_name = "clientSecret"];- Returns:
- The clientSecret.
-
getClientSecretBytes
com.google.protobuf.ByteString getClientSecretBytes()string client_secret = 2 [json_name = "clientSecret"];- Returns:
- The bytes for clientSecret.
-
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.
-