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