Class QuotaFailure.Violation.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, QuotaFailure.ViolationOrBuilder, Cloneable
    Enclosing class:
    QuotaFailure.Violation

    public static final class QuotaFailure.Violation.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<QuotaFailure.Violation.Builder>
    implements QuotaFailure.ViolationOrBuilder
     A message type used to describe a single quota violation.  For example, a
     daily quota or a custom quota that was exceeded.
     
    Protobuf type google.rpc.QuotaFailure.Violation
    • Method Detail

      • 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.Builder<QuotaFailure.Violation.Builder>
      • clear

        public QuotaFailure.Violation.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<QuotaFailure.Violation.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<QuotaFailure.Violation.Builder>
      • getDefaultInstanceForType

        public QuotaFailure.Violation getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public QuotaFailure.Violation build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public QuotaFailure.Violation buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public QuotaFailure.Violation.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<QuotaFailure.Violation.Builder>
      • clearField

        public QuotaFailure.Violation.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<QuotaFailure.Violation.Builder>
      • clearOneof

        public QuotaFailure.Violation.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<QuotaFailure.Violation.Builder>
      • setRepeatedField

        public QuotaFailure.Violation.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               int index,
                                                               Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<QuotaFailure.Violation.Builder>
      • addRepeatedField

        public QuotaFailure.Violation.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<QuotaFailure.Violation.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<QuotaFailure.Violation.Builder>
      • mergeFrom

        public QuotaFailure.Violation.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<QuotaFailure.Violation.Builder>
        Throws:
        IOException
      • getSubject

        public String getSubject()
         The subject on which the quota check failed.
         For example, "clientip:<ip address of client>" or "project:<Google
         developer project id>".
         
        string subject = 1;
        Specified by:
        getSubject in interface QuotaFailure.ViolationOrBuilder
        Returns:
        The subject.
      • getSubjectBytes

        public com.google.protobuf.ByteString getSubjectBytes()
         The subject on which the quota check failed.
         For example, "clientip:<ip address of client>" or "project:<Google
         developer project id>".
         
        string subject = 1;
        Specified by:
        getSubjectBytes in interface QuotaFailure.ViolationOrBuilder
        Returns:
        The bytes for subject.
      • setSubject

        public QuotaFailure.Violation.Builder setSubject​(String value)
         The subject on which the quota check failed.
         For example, "clientip:<ip address of client>" or "project:<Google
         developer project id>".
         
        string subject = 1;
        Parameters:
        value - The subject to set.
        Returns:
        This builder for chaining.
      • clearSubject

        public QuotaFailure.Violation.Builder clearSubject()
         The subject on which the quota check failed.
         For example, "clientip:<ip address of client>" or "project:<Google
         developer project id>".
         
        string subject = 1;
        Returns:
        This builder for chaining.
      • setSubjectBytes

        public QuotaFailure.Violation.Builder setSubjectBytes​(com.google.protobuf.ByteString value)
         The subject on which the quota check failed.
         For example, "clientip:<ip address of client>" or "project:<Google
         developer project id>".
         
        string subject = 1;
        Parameters:
        value - The bytes for subject to set.
        Returns:
        This builder for chaining.
      • getDescription

        public String getDescription()
         A description of how the quota check failed. Clients can use this
         description to find more about the quota configuration in the service's
         public documentation, or find the relevant quota limit to adjust through
         developer console.
         For example: "Service disabled" or "Daily Limit for read operations
         exceeded".
         
        string description = 2;
        Specified by:
        getDescription in interface QuotaFailure.ViolationOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         A description of how the quota check failed. Clients can use this
         description to find more about the quota configuration in the service's
         public documentation, or find the relevant quota limit to adjust through
         developer console.
         For example: "Service disabled" or "Daily Limit for read operations
         exceeded".
         
        string description = 2;
        Specified by:
        getDescriptionBytes in interface QuotaFailure.ViolationOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public QuotaFailure.Violation.Builder setDescription​(String value)
         A description of how the quota check failed. Clients can use this
         description to find more about the quota configuration in the service's
         public documentation, or find the relevant quota limit to adjust through
         developer console.
         For example: "Service disabled" or "Daily Limit for read operations
         exceeded".
         
        string description = 2;
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public QuotaFailure.Violation.Builder clearDescription()
         A description of how the quota check failed. Clients can use this
         description to find more about the quota configuration in the service's
         public documentation, or find the relevant quota limit to adjust through
         developer console.
         For example: "Service disabled" or "Daily Limit for read operations
         exceeded".
         
        string description = 2;
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public QuotaFailure.Violation.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         A description of how the quota check failed. Clients can use this
         description to find more about the quota configuration in the service's
         public documentation, or find the relevant quota limit to adjust through
         developer console.
         For example: "Service disabled" or "Daily Limit for read operations
         exceeded".
         
        string description = 2;
        Parameters:
        value - The bytes for description to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final QuotaFailure.Violation.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<QuotaFailure.Violation.Builder>
      • mergeUnknownFields

        public final QuotaFailure.Violation.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<QuotaFailure.Violation.Builder>