Class Usage

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.api.Usage
All Implemented Interfaces:
UsageOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

public final class Usage extends com.google.protobuf.GeneratedMessageV3 implements UsageOrBuilder
 Configuration controlling usage of a service.
 
Protobuf type google.api.Usage
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Configuration controlling usage of a service.

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

    com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

    com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     

    Fields inherited from class com.google.protobuf.GeneratedMessageV3

    alwaysUseFieldBuilders, unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessage

    memoizedSize

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    static Usage
     
     
    static final com.google.protobuf.Descriptors.Descriptor
     
    com.google.protobuf.Parser<Usage>
     
    The full resource name of a channel used for sending notifications to the service producer.
    com.google.protobuf.ByteString
    The full resource name of a channel used for sending notifications to the service producer.
    getRequirements(int index)
    Requirements that must be satisfied before a consumer project can use the service.
    com.google.protobuf.ByteString
    Requirements that must be satisfied before a consumer project can use the service.
    int
    Requirements that must be satisfied before a consumer project can use the service.
    com.google.protobuf.ProtocolStringList
    Requirements that must be satisfied before a consumer project can use the service.
    getRules(int index)
    A list of usage rules that apply to individual API methods.
    int
    A list of usage rules that apply to individual API methods.
    A list of usage rules that apply to individual API methods.
    getRulesOrBuilder(int index)
    A list of usage rules that apply to individual API methods.
    A list of usage rules that apply to individual API methods.
    int
     
    final com.google.protobuf.UnknownFieldSet
     
    int
     
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
     
    final boolean
     
     
    newBuilder(Usage prototype)
     
     
    protected Usage.Builder
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    protected Object
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
     
    static Usage
     
    static Usage
    parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Usage
    parseFrom(byte[] data)
     
    static Usage
    parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Usage
    parseFrom(com.google.protobuf.ByteString data)
     
    static Usage
    parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Usage
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    static Usage
    parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Usage
     
    static Usage
    parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Usage
     
    static Usage
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static com.google.protobuf.Parser<Usage>
     
     
    void
    writeTo(com.google.protobuf.CodedOutputStream output)
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLite

    toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
  • Field Details

    • REQUIREMENTS_FIELD_NUMBER

      public static final int REQUIREMENTS_FIELD_NUMBER
      See Also:
    • RULES_FIELD_NUMBER

      public static final int RULES_FIELD_NUMBER
      See Also:
    • PRODUCER_NOTIFICATION_CHANNEL_FIELD_NUMBER

      public static final int PRODUCER_NOTIFICATION_CHANNEL_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getRequirementsList

      public com.google.protobuf.ProtocolStringList getRequirementsList()
       Requirements that must be satisfied before a consumer project can use the
       service. Each requirement is of the form <service.name>/<requirement-id>;
       for example 'serviceusage.googleapis.com/billing-enabled'.
       For Google APIs, a Terms of Service requirement must be included here.
       Google Cloud APIs must include "serviceusage.googleapis.com/tos/cloud".
       Other Google APIs should include
       "serviceusage.googleapis.com/tos/universal". Additional ToS can be
       included based on the business needs.
       
      repeated string requirements = 1;
      Specified by:
      getRequirementsList in interface UsageOrBuilder
      Returns:
      A list containing the requirements.
    • getRequirementsCount

      public int getRequirementsCount()
       Requirements that must be satisfied before a consumer project can use the
       service. Each requirement is of the form <service.name>/<requirement-id>;
       for example 'serviceusage.googleapis.com/billing-enabled'.
       For Google APIs, a Terms of Service requirement must be included here.
       Google Cloud APIs must include "serviceusage.googleapis.com/tos/cloud".
       Other Google APIs should include
       "serviceusage.googleapis.com/tos/universal". Additional ToS can be
       included based on the business needs.
       
      repeated string requirements = 1;
      Specified by:
      getRequirementsCount in interface UsageOrBuilder
      Returns:
      The count of requirements.
    • getRequirements

      public String getRequirements(int index)
       Requirements that must be satisfied before a consumer project can use the
       service. Each requirement is of the form <service.name>/<requirement-id>;
       for example 'serviceusage.googleapis.com/billing-enabled'.
       For Google APIs, a Terms of Service requirement must be included here.
       Google Cloud APIs must include "serviceusage.googleapis.com/tos/cloud".
       Other Google APIs should include
       "serviceusage.googleapis.com/tos/universal". Additional ToS can be
       included based on the business needs.
       
      repeated string requirements = 1;
      Specified by:
      getRequirements in interface UsageOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The requirements at the given index.
    • getRequirementsBytes

      public com.google.protobuf.ByteString getRequirementsBytes(int index)
       Requirements that must be satisfied before a consumer project can use the
       service. Each requirement is of the form <service.name>/<requirement-id>;
       for example 'serviceusage.googleapis.com/billing-enabled'.
       For Google APIs, a Terms of Service requirement must be included here.
       Google Cloud APIs must include "serviceusage.googleapis.com/tos/cloud".
       Other Google APIs should include
       "serviceusage.googleapis.com/tos/universal". Additional ToS can be
       included based on the business needs.
       
      repeated string requirements = 1;
      Specified by:
      getRequirementsBytes in interface UsageOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the requirements at the given index.
    • getRulesList

      public List<UsageRule> getRulesList()
       A list of usage rules that apply to individual API methods.
       **NOTE:** All service configuration rules follow "last one wins" order.
       
      repeated .google.api.UsageRule rules = 6;
      Specified by:
      getRulesList in interface UsageOrBuilder
    • getRulesOrBuilderList

      public List<? extends UsageRuleOrBuilder> getRulesOrBuilderList()
       A list of usage rules that apply to individual API methods.
       **NOTE:** All service configuration rules follow "last one wins" order.
       
      repeated .google.api.UsageRule rules = 6;
      Specified by:
      getRulesOrBuilderList in interface UsageOrBuilder
    • getRulesCount

      public int getRulesCount()
       A list of usage rules that apply to individual API methods.
       **NOTE:** All service configuration rules follow "last one wins" order.
       
      repeated .google.api.UsageRule rules = 6;
      Specified by:
      getRulesCount in interface UsageOrBuilder
    • getRules

      public UsageRule getRules(int index)
       A list of usage rules that apply to individual API methods.
       **NOTE:** All service configuration rules follow "last one wins" order.
       
      repeated .google.api.UsageRule rules = 6;
      Specified by:
      getRules in interface UsageOrBuilder
    • getRulesOrBuilder

      public UsageRuleOrBuilder getRulesOrBuilder(int index)
       A list of usage rules that apply to individual API methods.
       **NOTE:** All service configuration rules follow "last one wins" order.
       
      repeated .google.api.UsageRule rules = 6;
      Specified by:
      getRulesOrBuilder in interface UsageOrBuilder
    • getProducerNotificationChannel

      public String getProducerNotificationChannel()
       The full resource name of a channel used for sending notifications to the
       service producer.
       Google Service Management currently only supports
       [Google Cloud Pub/Sub](https://cloud.google.com/pubsub) as a notification
       channel. To use Google Cloud Pub/Sub as the channel, this must be the name
       of a Cloud Pub/Sub topic that uses the Cloud Pub/Sub topic name format
       documented in https://cloud.google.com/pubsub/docs/overview.
       
      string producer_notification_channel = 7;
      Specified by:
      getProducerNotificationChannel in interface UsageOrBuilder
      Returns:
      The producerNotificationChannel.
    • getProducerNotificationChannelBytes

      public com.google.protobuf.ByteString getProducerNotificationChannelBytes()
       The full resource name of a channel used for sending notifications to the
       service producer.
       Google Service Management currently only supports
       [Google Cloud Pub/Sub](https://cloud.google.com/pubsub) as a notification
       channel. To use Google Cloud Pub/Sub as the channel, this must be the name
       of a Cloud Pub/Sub topic that uses the Cloud Pub/Sub topic name format
       documented in https://cloud.google.com/pubsub/docs/overview.
       
      string producer_notification_channel = 7;
      Specified by:
      getProducerNotificationChannelBytes in interface UsageOrBuilder
      Returns:
      The bytes for producerNotificationChannel.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Usage parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Usage parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Usage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Usage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Usage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Usage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Usage parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Usage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Usage parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Usage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Usage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Usage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Usage.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Usage.Builder newBuilder()
    • newBuilder

      public static Usage.Builder newBuilder(Usage prototype)
    • toBuilder

      public Usage.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Usage.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Usage getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Usage> parser()
    • getParserForType

      public com.google.protobuf.Parser<Usage> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Usage getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder