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

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

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

        public ImportConsumerOverridesRequest 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<ImportConsumerOverridesRequest.Builder>
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         The resource name of the consumer.
        
         An example name would be:
         `projects/123/services/compute.googleapis.com`
         
        string parent = 1;
        Specified by:
        getParentBytes in interface ImportConsumerOverridesRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public ImportConsumerOverridesRequest.Builder setParent​(String value)
         The resource name of the consumer.
        
         An example name would be:
         `projects/123/services/compute.googleapis.com`
         
        string parent = 1;
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public ImportConsumerOverridesRequest.Builder clearParent()
         The resource name of the consumer.
        
         An example name would be:
         `projects/123/services/compute.googleapis.com`
         
        string parent = 1;
        Returns:
        This builder for chaining.
      • setParentBytes

        public ImportConsumerOverridesRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         The resource name of the consumer.
        
         An example name would be:
         `projects/123/services/compute.googleapis.com`
         
        string parent = 1;
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • hasInlineSource

        public boolean hasInlineSource()
         The import data is specified in the request message itself
         
        .google.api.serviceusage.v1beta1.OverrideInlineSource inline_source = 2;
        Specified by:
        hasInlineSource in interface ImportConsumerOverridesRequestOrBuilder
        Returns:
        Whether the inlineSource field is set.
      • clearInlineSource

        public ImportConsumerOverridesRequest.Builder clearInlineSource()
         The import data is specified in the request message itself
         
        .google.api.serviceusage.v1beta1.OverrideInlineSource inline_source = 2;
      • getInlineSourceBuilder

        public OverrideInlineSource.Builder getInlineSourceBuilder()
         The import data is specified in the request message itself
         
        .google.api.serviceusage.v1beta1.OverrideInlineSource inline_source = 2;
      • getForce

        public boolean getForce()
         Whether to force the creation of the quota overrides.
         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 ImportConsumerOverridesRequestOrBuilder
        Returns:
        The force.
      • setForce

        public ImportConsumerOverridesRequest.Builder setForce​(boolean value)
         Whether to force the creation of the quota overrides.
         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 ImportConsumerOverridesRequest.Builder clearForce()
         Whether to force the creation of the quota overrides.
         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.
      • 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 = 4;
        Specified by:
        getForceOnlyList in interface ImportConsumerOverridesRequestOrBuilder
        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 = 4;
        Specified by:
        getForceOnlyCount in interface ImportConsumerOverridesRequestOrBuilder
        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 = 4;
        Specified by:
        getForceOnly in interface ImportConsumerOverridesRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The forceOnly at the given index.
      • setForceOnly

        public ImportConsumerOverridesRequest.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 = 4;
        Parameters:
        index - The index to set the value at.
        value - The forceOnly to set.
        Returns:
        This builder for chaining.
      • addForceOnly

        public ImportConsumerOverridesRequest.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 = 4;
        Parameters:
        value - The forceOnly to add.
        Returns:
        This builder for chaining.
      • addAllForceOnly

        public ImportConsumerOverridesRequest.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 = 4;
        Parameters:
        values - The forceOnly to add.
        Returns:
        This builder for chaining.
      • clearForceOnly

        public ImportConsumerOverridesRequest.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 = 4;
        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 = 4;
        Specified by:
        getForceOnlyValueList in interface ImportConsumerOverridesRequestOrBuilder
        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 = 4;
        Specified by:
        getForceOnlyValue in interface ImportConsumerOverridesRequestOrBuilder
        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 ImportConsumerOverridesRequest.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 = 4;
        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 ImportConsumerOverridesRequest.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 = 4;
        Parameters:
        value - The enum numeric value on the wire for forceOnly to add.
        Returns:
        This builder for chaining.
      • addAllForceOnlyValue

        public ImportConsumerOverridesRequest.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 = 4;
        Parameters:
        values - The enum numeric values on the wire for forceOnly to add.
        Returns:
        This builder for chaining.