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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getKeyId()
      The id of the api key to get.
      com.google.protobuf.ByteString getKeyIdBytes()
      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 Detail

      • getKeyId

        java.lang.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.