Interface GetApiKeyResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetApiKeyResponse,GetApiKeyResponse.Builder
@Generated(value="protoc", comments="annotations:GetApiKeyResponseOrBuilder.java.pb.meta") public interface GetApiKeyResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiKeygetApiKey()The api key.ApiKeyOrBuildergetApiKeyOrBuilder()The api key.booleanhasApiKey()The api key.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasApiKey
boolean hasApiKey()
The api key.
.temporal.api.cloud.identity.v1.ApiKey api_key = 1;- Returns:
- Whether the apiKey field is set.
-
getApiKey
ApiKey getApiKey()
The api key.
.temporal.api.cloud.identity.v1.ApiKey api_key = 1;- Returns:
- The apiKey.
-
getApiKeyOrBuilder
ApiKeyOrBuilder getApiKeyOrBuilder()
The api key.
.temporal.api.cloud.identity.v1.ApiKey api_key = 1;
-
-