Package viam.app.v1
Interface EndUser.GetAuthApplicationRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
EndUser.GetAuthApplicationRequest
,EndUser.GetAuthApplicationRequest.Builder
- Enclosing class:
- EndUser
public static interface EndUser.GetAuthApplicationRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring application_id = 2 [json_name = "applicationId"];
com.google.protobuf.ByteString
string application_id = 2 [json_name = "applicationId"];
getOrgId()
string org_id = 1 [json_name = "orgId"];
com.google.protobuf.ByteString
string org_id = 1 [json_name = "orgId"];
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.
-
getApplicationId
String getApplicationId()string application_id = 2 [json_name = "applicationId"];
- Returns:
- The applicationId.
-
getApplicationIdBytes
com.google.protobuf.ByteString getApplicationIdBytes()string application_id = 2 [json_name = "applicationId"];
- Returns:
- The bytes for applicationId.
-