Class UpdateConsumerOverrideRequest.Builder

    • 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<UpdateConsumerOverrideRequest.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<UpdateConsumerOverrideRequest.Builder>
      • getDefaultInstanceForType

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

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

        public UpdateConsumerOverrideRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

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

        public UpdateConsumerOverrideRequest.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<UpdateConsumerOverrideRequest.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         The resource name of the override to update.
        
         An example name would be:
         `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/consumerOverrides/4a3f2c1d`
         
        string name = 1;
        Specified by:
        getName in interface UpdateConsumerOverrideRequestOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The resource name of the override to update.
        
         An example name would be:
         `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/consumerOverrides/4a3f2c1d`
         
        string name = 1;
        Specified by:
        getNameBytes in interface UpdateConsumerOverrideRequestOrBuilder
        Returns:
        The bytes for name.
      • setName

        public UpdateConsumerOverrideRequest.Builder setName​(String value)
         The resource name of the override to update.
        
         An example name would be:
         `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/consumerOverrides/4a3f2c1d`
         
        string name = 1;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public UpdateConsumerOverrideRequest.Builder clearName()
         The resource name of the override to update.
        
         An example name would be:
         `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/consumerOverrides/4a3f2c1d`
         
        string name = 1;
        Returns:
        This builder for chaining.
      • setNameBytes

        public UpdateConsumerOverrideRequest.Builder setNameBytes​(com.google.protobuf.ByteString value)
         The resource name of the override to update.
        
         An example name would be:
         `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/consumerOverrides/4a3f2c1d`
         
        string name = 1;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • hasOverride

        public boolean hasOverride()
         The new override.
         Only the override_value is updated; all other fields are ignored.
         
        .google.api.serviceusage.v1beta1.QuotaOverride override = 2;
        Specified by:
        hasOverride in interface UpdateConsumerOverrideRequestOrBuilder
        Returns:
        Whether the override field is set.
      • clearOverride

        public UpdateConsumerOverrideRequest.Builder clearOverride()
         The new override.
         Only the override_value is updated; all other fields are ignored.
         
        .google.api.serviceusage.v1beta1.QuotaOverride override = 2;
      • getOverrideBuilder

        public QuotaOverride.Builder getOverrideBuilder()
         The new override.
         Only the override_value is updated; all other fields are ignored.
         
        .google.api.serviceusage.v1beta1.QuotaOverride override = 2;
      • getForce

        public boolean getForce()
         Whether to force the update of the quota override.
         Setting the force parameter to 'true' ignores all quota safety checks that
         would fail the request. QuotaSafetyCheck lists all such validations.
         
        bool force = 3;
        Specified by:
        getForce in interface UpdateConsumerOverrideRequestOrBuilder
        Returns:
        The force.
      • setForce

        public UpdateConsumerOverrideRequest.Builder setForce​(boolean value)
         Whether to force the update of the quota override.
         Setting the force parameter to 'true' ignores all quota safety checks that
         would fail the request. QuotaSafetyCheck lists all such validations.
         
        bool force = 3;
        Parameters:
        value - The force to set.
        Returns:
        This builder for chaining.
      • clearForce

        public UpdateConsumerOverrideRequest.Builder clearForce()
         Whether to force the update of the quota override.
         Setting the force parameter to 'true' ignores all quota safety checks that
         would fail the request. QuotaSafetyCheck lists all such validations.
         
        bool force = 3;
        Returns:
        This builder for chaining.
      • hasUpdateMask

        public boolean hasUpdateMask()
         Update only the specified fields of the override.
         If unset, all fields will be updated.
         
        .google.protobuf.FieldMask update_mask = 4;
        Specified by:
        hasUpdateMask in interface UpdateConsumerOverrideRequestOrBuilder
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        public com.google.protobuf.FieldMask getUpdateMask()
         Update only the specified fields of the override.
         If unset, all fields will be updated.
         
        .google.protobuf.FieldMask update_mask = 4;
        Specified by:
        getUpdateMask in interface UpdateConsumerOverrideRequestOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public UpdateConsumerOverrideRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         Update only the specified fields of the override.
         If unset, all fields will be updated.
         
        .google.protobuf.FieldMask update_mask = 4;
      • setUpdateMask

        public UpdateConsumerOverrideRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         Update only the specified fields of the override.
         If unset, all fields will be updated.
         
        .google.protobuf.FieldMask update_mask = 4;
      • mergeUpdateMask

        public UpdateConsumerOverrideRequest.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         Update only the specified fields of the override.
         If unset, all fields will be updated.
         
        .google.protobuf.FieldMask update_mask = 4;
      • clearUpdateMask

        public UpdateConsumerOverrideRequest.Builder clearUpdateMask()
         Update only the specified fields of the override.
         If unset, all fields will be updated.
         
        .google.protobuf.FieldMask update_mask = 4;
      • getUpdateMaskBuilder

        public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
         Update only the specified fields of the override.
         If unset, all fields will be updated.
         
        .google.protobuf.FieldMask update_mask = 4;
      • getUpdateMaskOrBuilder

        public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Update only the specified fields of the override.
         If unset, all fields will be updated.
         
        .google.protobuf.FieldMask update_mask = 4;
        Specified by:
        getUpdateMaskOrBuilder in interface UpdateConsumerOverrideRequestOrBuilder
      • getForceOnlyList

        public List<QuotaSafetyCheck> getForceOnlyList()
         The list of quota safety checks to ignore before the override mutation.
         Unlike 'force' field that ignores all the quota safety checks, the
         'force_only' field ignores only the specified checks; other checks are
         still enforced. The 'force' and 'force_only' fields cannot both be set.
         
        repeated .google.api.serviceusage.v1beta1.QuotaSafetyCheck force_only = 5;
        Specified by:
        getForceOnlyList in interface UpdateConsumerOverrideRequestOrBuilder
        Returns:
        A list containing the forceOnly.
      • getForceOnlyCount

        public int getForceOnlyCount()
         The list of quota safety checks to ignore before the override mutation.
         Unlike 'force' field that ignores all the quota safety checks, the
         'force_only' field ignores only the specified checks; other checks are
         still enforced. The 'force' and 'force_only' fields cannot both be set.
         
        repeated .google.api.serviceusage.v1beta1.QuotaSafetyCheck force_only = 5;
        Specified by:
        getForceOnlyCount in interface UpdateConsumerOverrideRequestOrBuilder
        Returns:
        The count of forceOnly.
      • getForceOnly

        public QuotaSafetyCheck getForceOnly​(int index)
         The list of quota safety checks to ignore before the override mutation.
         Unlike 'force' field that ignores all the quota safety checks, the
         'force_only' field ignores only the specified checks; other checks are
         still enforced. The 'force' and 'force_only' fields cannot both be set.
         
        repeated .google.api.serviceusage.v1beta1.QuotaSafetyCheck force_only = 5;
        Specified by:
        getForceOnly in interface UpdateConsumerOverrideRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The forceOnly at the given index.
      • setForceOnly

        public UpdateConsumerOverrideRequest.Builder setForceOnly​(int index,
                                                                  QuotaSafetyCheck value)
         The list of quota safety checks to ignore before the override mutation.
         Unlike 'force' field that ignores all the quota safety checks, the
         'force_only' field ignores only the specified checks; other checks are
         still enforced. The 'force' and 'force_only' fields cannot both be set.
         
        repeated .google.api.serviceusage.v1beta1.QuotaSafetyCheck force_only = 5;
        Parameters:
        index - The index to set the value at.
        value - The forceOnly to set.
        Returns:
        This builder for chaining.
      • addForceOnly

        public UpdateConsumerOverrideRequest.Builder addForceOnly​(QuotaSafetyCheck value)
         The list of quota safety checks to ignore before the override mutation.
         Unlike 'force' field that ignores all the quota safety checks, the
         'force_only' field ignores only the specified checks; other checks are
         still enforced. The 'force' and 'force_only' fields cannot both be set.
         
        repeated .google.api.serviceusage.v1beta1.QuotaSafetyCheck force_only = 5;
        Parameters:
        value - The forceOnly to add.
        Returns:
        This builder for chaining.
      • addAllForceOnly

        public UpdateConsumerOverrideRequest.Builder addAllForceOnly​(Iterable<? extends QuotaSafetyCheck> values)
         The list of quota safety checks to ignore before the override mutation.
         Unlike 'force' field that ignores all the quota safety checks, the
         'force_only' field ignores only the specified checks; other checks are
         still enforced. The 'force' and 'force_only' fields cannot both be set.
         
        repeated .google.api.serviceusage.v1beta1.QuotaSafetyCheck force_only = 5;
        Parameters:
        values - The forceOnly to add.
        Returns:
        This builder for chaining.
      • clearForceOnly

        public UpdateConsumerOverrideRequest.Builder clearForceOnly()
         The list of quota safety checks to ignore before the override mutation.
         Unlike 'force' field that ignores all the quota safety checks, the
         'force_only' field ignores only the specified checks; other checks are
         still enforced. The 'force' and 'force_only' fields cannot both be set.
         
        repeated .google.api.serviceusage.v1beta1.QuotaSafetyCheck force_only = 5;
        Returns:
        This builder for chaining.
      • getForceOnlyValueList

        public List<Integer> getForceOnlyValueList()
         The list of quota safety checks to ignore before the override mutation.
         Unlike 'force' field that ignores all the quota safety checks, the
         'force_only' field ignores only the specified checks; other checks are
         still enforced. The 'force' and 'force_only' fields cannot both be set.
         
        repeated .google.api.serviceusage.v1beta1.QuotaSafetyCheck force_only = 5;
        Specified by:
        getForceOnlyValueList in interface UpdateConsumerOverrideRequestOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for forceOnly.
      • getForceOnlyValue

        public int getForceOnlyValue​(int index)
         The list of quota safety checks to ignore before the override mutation.
         Unlike 'force' field that ignores all the quota safety checks, the
         'force_only' field ignores only the specified checks; other checks are
         still enforced. The 'force' and 'force_only' fields cannot both be set.
         
        repeated .google.api.serviceusage.v1beta1.QuotaSafetyCheck force_only = 5;
        Specified by:
        getForceOnlyValue in interface UpdateConsumerOverrideRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of forceOnly at the given index.
      • setForceOnlyValue

        public UpdateConsumerOverrideRequest.Builder setForceOnlyValue​(int index,
                                                                       int value)
         The list of quota safety checks to ignore before the override mutation.
         Unlike 'force' field that ignores all the quota safety checks, the
         'force_only' field ignores only the specified checks; other checks are
         still enforced. The 'force' and 'force_only' fields cannot both be set.
         
        repeated .google.api.serviceusage.v1beta1.QuotaSafetyCheck force_only = 5;
        Parameters:
        index - The index to set the value at.
        value - The enum numeric value on the wire for forceOnly to set.
        Returns:
        This builder for chaining.
      • addForceOnlyValue

        public UpdateConsumerOverrideRequest.Builder addForceOnlyValue​(int value)
         The list of quota safety checks to ignore before the override mutation.
         Unlike 'force' field that ignores all the quota safety checks, the
         'force_only' field ignores only the specified checks; other checks are
         still enforced. The 'force' and 'force_only' fields cannot both be set.
         
        repeated .google.api.serviceusage.v1beta1.QuotaSafetyCheck force_only = 5;
        Parameters:
        value - The enum numeric value on the wire for forceOnly to add.
        Returns:
        This builder for chaining.
      • addAllForceOnlyValue

        public UpdateConsumerOverrideRequest.Builder addAllForceOnlyValue​(Iterable<Integer> values)
         The list of quota safety checks to ignore before the override mutation.
         Unlike 'force' field that ignores all the quota safety checks, the
         'force_only' field ignores only the specified checks; other checks are
         still enforced. The 'force' and 'force_only' fields cannot both be set.
         
        repeated .google.api.serviceusage.v1beta1.QuotaSafetyCheck force_only = 5;
        Parameters:
        values - The enum numeric values on the wire for forceOnly to add.
        Returns:
        This builder for chaining.