Package viam.app.v1
Interface AppOuterClass.ReadOAuthAppRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.ReadOAuthAppRequest,AppOuterClass.ReadOAuthAppRequest.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.ReadOAuthAppRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring client_id = 2 [json_name = "clientId"];com.google.protobuf.ByteStringstring client_id = 2 [json_name = "clientId"];getOrgId()string org_id = 1 [json_name = "orgId"];com.google.protobuf.ByteStringstring 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.
-
getClientId
String getClientId()string client_id = 2 [json_name = "clientId"];- Returns:
- The clientId.
-
getClientIdBytes
com.google.protobuf.ByteString getClientIdBytes()string client_id = 2 [json_name = "clientId"];- Returns:
- The bytes for clientId.
-