Class UpdateConsumerOverrideRequest

  • All Implemented Interfaces:
    UpdateConsumerOverrideRequestOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class UpdateConsumerOverrideRequest
    extends com.google.protobuf.GeneratedMessageV3
    implements UpdateConsumerOverrideRequestOrBuilder
     Request message for UpdateConsumerOverride.
     
    Protobuf type google.api.serviceusage.v1beta1.UpdateConsumerOverrideRequest
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance 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
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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 UpdateConsumerOverrideRequest parseFrom​(ByteBuffer data)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

        protected UpdateConsumerOverrideRequest.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<UpdateConsumerOverrideRequest> 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 UpdateConsumerOverrideRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder