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 Type
    Method
    Description
    The id of the api key to get.
    com.google.protobuf.ByteString
    The id of the api key to get.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getKeyId

      String getKeyId()
       The id of the api key to get.
       
      string key_id = 1;
      Returns:
      The keyId.
    • getKeyIdBytes

      com.google.protobuf.ByteString getKeyIdBytes()
       The id of the api key to get.
       
      string key_id = 1;
      Returns:
      The bytes for keyId.