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
Modifier and TypeMethodDescriptionThe api key.The api key.booleanThe api key.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
-
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;
-