Package com.buildless.service.v1
Interface ClientSessionTicket.ActivatedSessionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientSessionTicket.ActivatedSession,ClientSessionTicket.ActivatedSession.Builder
- Enclosing class:
ClientSessionTicket
public static interface ClientSessionTicket.ActivatedSessionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAPI key provided for client-side use.com.google.protobuf.ByteStringAPI key provided for client-side use.com.google.protobuf.ByteStringIf so configured (and applicable), a certificate, issued for the client's use.getOrgId()Authorized tenant org ID, as applicable.com.google.protobuf.ByteStringAuthorized tenant org ID, as applicable.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getApikey
String getApikey()API key provided for client-side use.
string apikey = 1 [json_name = "apikey"];- Returns:
- The apikey.
-
getApikeyBytes
com.google.protobuf.ByteString getApikeyBytes()API key provided for client-side use.
string apikey = 1 [json_name = "apikey"];- Returns:
- The bytes for apikey.
-
getCertificate
com.google.protobuf.ByteString getCertificate()If so configured (and applicable), a certificate, issued for the client's use.
bytes certificate = 2 [json_name = "certificate"];- Returns:
- The certificate.
-
getOrgId
String getOrgId()Authorized tenant org ID, as applicable.
string org_id = 3 [json_name = "orgId"];- Returns:
- The orgId.
-
getOrgIdBytes
com.google.protobuf.ByteString getOrgIdBytes()Authorized tenant org ID, as applicable.
string org_id = 3 [json_name = "orgId"];- Returns:
- The bytes for orgId.
-