Class CreateAdminOverrideRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<CreateAdminOverrideRequest.Builder>
-
- com.google.api.serviceusage.v1beta1.CreateAdminOverrideRequest.Builder
-
- All Implemented Interfaces:
CreateAdminOverrideRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- CreateAdminOverrideRequest
public static final class CreateAdminOverrideRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CreateAdminOverrideRequest.Builder> implements CreateAdminOverrideRequestOrBuilder
Request message for CreateAdminOverride.
Protobuf typegoogle.api.serviceusage.v1beta1.CreateAdminOverrideRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateAdminOverrideRequest.Builder
addAllForceOnly(Iterable<? extends QuotaSafetyCheck> values)
The list of quota safety checks to ignore before the override mutation.CreateAdminOverrideRequest.Builder
addAllForceOnlyValue(Iterable<Integer> values)
The list of quota safety checks to ignore before the override mutation.CreateAdminOverrideRequest.Builder
addForceOnly(QuotaSafetyCheck value)
The list of quota safety checks to ignore before the override mutation.CreateAdminOverrideRequest.Builder
addForceOnlyValue(int value)
The list of quota safety checks to ignore before the override mutation.CreateAdminOverrideRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
CreateAdminOverrideRequest
build()
CreateAdminOverrideRequest
buildPartial()
CreateAdminOverrideRequest.Builder
clear()
CreateAdminOverrideRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
CreateAdminOverrideRequest.Builder
clearForce()
Whether to force the creation of the quota override.CreateAdminOverrideRequest.Builder
clearForceOnly()
The list of quota safety checks to ignore before the override mutation.CreateAdminOverrideRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
CreateAdminOverrideRequest.Builder
clearOverride()
The admin override to create.CreateAdminOverrideRequest.Builder
clearParent()
The resource name of the parent quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call.CreateAdminOverrideRequest.Builder
clone()
CreateAdminOverrideRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
boolean
getForce()
Whether to force the creation of the quota override.QuotaSafetyCheck
getForceOnly(int index)
The list of quota safety checks to ignore before the override mutation.int
getForceOnlyCount()
The list of quota safety checks to ignore before the override mutation.List<QuotaSafetyCheck>
getForceOnlyList()
The list of quota safety checks to ignore before the override mutation.int
getForceOnlyValue(int index)
The list of quota safety checks to ignore before the override mutation.List<Integer>
getForceOnlyValueList()
The list of quota safety checks to ignore before the override mutation.QuotaOverride
getOverride()
The admin override to create.QuotaOverride.Builder
getOverrideBuilder()
The admin override to create.QuotaOverrideOrBuilder
getOverrideOrBuilder()
The admin override to create.String
getParent()
The resource name of the parent quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call.com.google.protobuf.ByteString
getParentBytes()
The resource name of the parent quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call.boolean
hasOverride()
The admin override to create.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
CreateAdminOverrideRequest.Builder
mergeFrom(CreateAdminOverrideRequest other)
CreateAdminOverrideRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CreateAdminOverrideRequest.Builder
mergeFrom(com.google.protobuf.Message other)
CreateAdminOverrideRequest.Builder
mergeOverride(QuotaOverride value)
The admin override to create.CreateAdminOverrideRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
CreateAdminOverrideRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
CreateAdminOverrideRequest.Builder
setForce(boolean value)
Whether to force the creation of the quota override.CreateAdminOverrideRequest.Builder
setForceOnly(int index, QuotaSafetyCheck value)
The list of quota safety checks to ignore before the override mutation.CreateAdminOverrideRequest.Builder
setForceOnlyValue(int index, int value)
The list of quota safety checks to ignore before the override mutation.CreateAdminOverrideRequest.Builder
setOverride(QuotaOverride value)
The admin override to create.CreateAdminOverrideRequest.Builder
setOverride(QuotaOverride.Builder builderForValue)
The admin override to create.CreateAdminOverrideRequest.Builder
setParent(String value)
The resource name of the parent quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call.CreateAdminOverrideRequest.Builder
setParentBytes(com.google.protobuf.ByteString value)
The resource name of the parent quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call.CreateAdminOverrideRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
CreateAdminOverrideRequest.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateAdminOverrideRequest.Builder>
-
clear
public CreateAdminOverrideRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateAdminOverrideRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateAdminOverrideRequest.Builder>
-
getDefaultInstanceForType
public CreateAdminOverrideRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public CreateAdminOverrideRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public CreateAdminOverrideRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public CreateAdminOverrideRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateAdminOverrideRequest.Builder>
-
setField
public CreateAdminOverrideRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateAdminOverrideRequest.Builder>
-
clearField
public CreateAdminOverrideRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateAdminOverrideRequest.Builder>
-
clearOneof
public CreateAdminOverrideRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateAdminOverrideRequest.Builder>
-
setRepeatedField
public CreateAdminOverrideRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateAdminOverrideRequest.Builder>
-
addRepeatedField
public CreateAdminOverrideRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateAdminOverrideRequest.Builder>
-
mergeFrom
public CreateAdminOverrideRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<CreateAdminOverrideRequest.Builder>
-
mergeFrom
public CreateAdminOverrideRequest.Builder mergeFrom(CreateAdminOverrideRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateAdminOverrideRequest.Builder>
-
mergeFrom
public CreateAdminOverrideRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<CreateAdminOverrideRequest.Builder>
- Throws:
IOException
-
getParent
public String getParent()
The resource name of the parent quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion`
string parent = 1;
- Specified by:
getParent
in interfaceCreateAdminOverrideRequestOrBuilder
- Returns:
- The parent.
-
getParentBytes
public com.google.protobuf.ByteString getParentBytes()
The resource name of the parent quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion`
string parent = 1;
- Specified by:
getParentBytes
in interfaceCreateAdminOverrideRequestOrBuilder
- Returns:
- The bytes for parent.
-
setParent
public CreateAdminOverrideRequest.Builder setParent(String value)
The resource name of the parent quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion`
string parent = 1;
- Parameters:
value
- The parent to set.- Returns:
- This builder for chaining.
-
clearParent
public CreateAdminOverrideRequest.Builder clearParent()
The resource name of the parent quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion`
string parent = 1;
- Returns:
- This builder for chaining.
-
setParentBytes
public CreateAdminOverrideRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
The resource name of the parent quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion`
string parent = 1;
- Parameters:
value
- The bytes for parent to set.- Returns:
- This builder for chaining.
-
hasOverride
public boolean hasOverride()
The admin override to create.
.google.api.serviceusage.v1beta1.QuotaOverride override = 2;
- Specified by:
hasOverride
in interfaceCreateAdminOverrideRequestOrBuilder
- Returns:
- Whether the override field is set.
-
getOverride
public QuotaOverride getOverride()
The admin override to create.
.google.api.serviceusage.v1beta1.QuotaOverride override = 2;
- Specified by:
getOverride
in interfaceCreateAdminOverrideRequestOrBuilder
- Returns:
- The override.
-
setOverride
public CreateAdminOverrideRequest.Builder setOverride(QuotaOverride value)
The admin override to create.
.google.api.serviceusage.v1beta1.QuotaOverride override = 2;
-
setOverride
public CreateAdminOverrideRequest.Builder setOverride(QuotaOverride.Builder builderForValue)
The admin override to create.
.google.api.serviceusage.v1beta1.QuotaOverride override = 2;
-
mergeOverride
public CreateAdminOverrideRequest.Builder mergeOverride(QuotaOverride value)
The admin override to create.
.google.api.serviceusage.v1beta1.QuotaOverride override = 2;
-
clearOverride
public CreateAdminOverrideRequest.Builder clearOverride()
The admin override to create.
.google.api.serviceusage.v1beta1.QuotaOverride override = 2;
-
getOverrideBuilder
public QuotaOverride.Builder getOverrideBuilder()
The admin override to create.
.google.api.serviceusage.v1beta1.QuotaOverride override = 2;
-
getOverrideOrBuilder
public QuotaOverrideOrBuilder getOverrideOrBuilder()
The admin override to create.
.google.api.serviceusage.v1beta1.QuotaOverride override = 2;
- Specified by:
getOverrideOrBuilder
in interfaceCreateAdminOverrideRequestOrBuilder
-
getForce
public boolean getForce()
Whether to force the creation 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 interfaceCreateAdminOverrideRequestOrBuilder
- Returns:
- The force.
-
setForce
public CreateAdminOverrideRequest.Builder setForce(boolean value)
Whether to force the creation 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 CreateAdminOverrideRequest.Builder clearForce()
Whether to force the creation 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.
-
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 interfaceCreateAdminOverrideRequestOrBuilder
- 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 interfaceCreateAdminOverrideRequestOrBuilder
- 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 interfaceCreateAdminOverrideRequestOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The forceOnly at the given index.
-
setForceOnly
public CreateAdminOverrideRequest.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 CreateAdminOverrideRequest.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 CreateAdminOverrideRequest.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 CreateAdminOverrideRequest.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 interfaceCreateAdminOverrideRequestOrBuilder
- 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 interfaceCreateAdminOverrideRequestOrBuilder
- 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 CreateAdminOverrideRequest.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 CreateAdminOverrideRequest.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 CreateAdminOverrideRequest.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.
-
setUnknownFields
public final CreateAdminOverrideRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateAdminOverrideRequest.Builder>
-
mergeUnknownFields
public final CreateAdminOverrideRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateAdminOverrideRequest.Builder>
-
-