Package viam.app.v1
Interface EndUser.RegisterAuthApplicationResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
EndUser.RegisterAuthApplicationResponse,EndUser.RegisterAuthApplicationResponse.Builder
- Enclosing class:
- EndUser
@Deprecated
public static interface EndUser.RegisterAuthApplicationResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.string application_id = 1 [json_name = "applicationId"];com.google.protobuf.ByteStringDeprecated.string application_id = 1 [json_name = "applicationId"];Deprecated.string application_name = 2 [json_name = "applicationName"];com.google.protobuf.ByteStringDeprecated.string application_name = 2 [json_name = "applicationName"];Deprecated.string client_secret = 3 [json_name = "clientSecret"];com.google.protobuf.ByteStringDeprecated.string client_secret = 3 [json_name = "clientSecret"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getApplicationId
String getApplicationId()Deprecated.string application_id = 1 [json_name = "applicationId"];- Returns:
- The applicationId.
-
getApplicationIdBytes
com.google.protobuf.ByteString getApplicationIdBytes()Deprecated.string application_id = 1 [json_name = "applicationId"];- Returns:
- The bytes for applicationId.
-
getApplicationName
String getApplicationName()Deprecated.string application_name = 2 [json_name = "applicationName"];- Returns:
- The applicationName.
-
getApplicationNameBytes
com.google.protobuf.ByteString getApplicationNameBytes()Deprecated.string application_name = 2 [json_name = "applicationName"];- Returns:
- The bytes for applicationName.
-
getClientSecret
String getClientSecret()Deprecated.string client_secret = 3 [json_name = "clientSecret"];- Returns:
- The clientSecret.
-
getClientSecretBytes
com.google.protobuf.ByteString getClientSecretBytes()Deprecated.string client_secret = 3 [json_name = "clientSecret"];- Returns:
- The bytes for clientSecret.
-