Interface GetApiKeyRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetApiKeyRequest,GetApiKeyRequest.Builder
@Generated(value="protoc",
comments="annotations:GetApiKeyRequestOrBuilder.java.pb.meta")
public interface GetApiKeyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetKeyId()The id of the api key to get.com.google.protobuf.ByteStringThe id of the api key to get.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
-
getKeyId
-
getKeyIdBytes
com.google.protobuf.ByteString getKeyIdBytes()The id of the api key to get.
string key_id = 1;- Returns:
- The bytes for keyId.
-