Package viam.app.v1
Interface App.ReadOAuthAppResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.ReadOAuthAppResponse
,App.ReadOAuthAppResponse.Builder
- Enclosing class:
- App
public static interface App.ReadOAuthAppResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring client_name = 1 [json_name = "clientName"];
com.google.protobuf.ByteString
string client_name = 1 [json_name = "clientName"];
string client_secret = 2 [json_name = "clientSecret"];
com.google.protobuf.ByteString
string 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
App.OAuthConfig getOauthConfig().viam.app.v1.OAuthConfig oauth_config = 3 [json_name = "oauthConfig"];
- Returns:
- The oauthConfig.
-