Class UpdateScriptRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<UpdateScriptRequest.Builder>
com.google.protobuf.GeneratedMessage.Builder<UpdateScriptRequest.Builder>
com.soulfiremc.grpc.generated.UpdateScriptRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, UpdateScriptRequestOrBuilder, Cloneable
- Enclosing class:
UpdateScriptRequest
public static final class UpdateScriptRequest.Builder
extends com.google.protobuf.GeneratedMessage.Builder<UpdateScriptRequest.Builder>
implements UpdateScriptRequestOrBuilder
Request to update an existing script.Protobuf type
soulfire.v1.UpdateScriptRequest-
Method Summary
Modifier and TypeMethodDescriptionaddAllEdges(Iterable<? extends ScriptEdge> values) Updated list of edges.addAllNodes(Iterable<? extends ScriptNode> values) Updated list of nodes.addEdges(int index, ScriptEdge value) Updated list of edges.addEdges(int index, ScriptEdge.Builder builderForValue) Updated list of edges.addEdges(ScriptEdge value) Updated list of edges.addEdges(ScriptEdge.Builder builderForValue) Updated list of edges.Updated list of edges.addEdgesBuilder(int index) Updated list of edges.addNodes(int index, ScriptNode value) Updated list of nodes.addNodes(int index, ScriptNode.Builder builderForValue) Updated list of nodes.addNodes(ScriptNode value) Updated list of nodes.addNodes(ScriptNode.Builder builderForValue) Updated list of nodes.Updated list of nodes.addNodesBuilder(int index) Updated list of nodes.build()clear()Updated description for the script.Updated list of edges.The instance containing the script.Updated name for the script.Updated list of nodes.Updated paused setting.Updated resource quotas for this script.The ID of the script to update.Whether the edges field should be updated (allows setting to empty list).Whether the nodes field should be updated (allows setting to empty list).Whether the quotas field should be updated (allows clearing quotas).Updated description for the script.com.google.protobuf.ByteStringUpdated description for the script.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorgetEdges(int index) Updated list of edges.getEdgesBuilder(int index) Updated list of edges.Updated list of edges.intUpdated list of edges.Updated list of edges.getEdgesOrBuilder(int index) Updated list of edges.List<? extends ScriptEdgeOrBuilder> Updated list of edges.The instance containing the script.com.google.protobuf.ByteStringThe instance containing the script.getName()Updated name for the script.com.google.protobuf.ByteStringUpdated name for the script.getNodes(int index) Updated list of nodes.getNodesBuilder(int index) Updated list of nodes.Updated list of nodes.intUpdated list of nodes.Updated list of nodes.getNodesOrBuilder(int index) Updated list of nodes.List<? extends ScriptNodeOrBuilder> Updated list of nodes.booleanUpdated paused setting.Updated resource quotas for this script.Updated resource quotas for this script.Updated resource quotas for this script.The ID of the script to update.com.google.protobuf.ByteStringThe ID of the script to update.booleanWhether the edges field should be updated (allows setting to empty list).booleanWhether the nodes field should be updated (allows setting to empty list).booleanWhether the quotas field should be updated (allows clearing quotas).booleanUpdated description for the script.booleanhasName()Updated name for the script.booleanUpdated paused setting.booleanUpdated resource quotas for this script.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeFrom(UpdateScriptRequest other) mergeQuotas(ScriptQuotas value) Updated resource quotas for this script.removeEdges(int index) Updated list of edges.removeNodes(int index) Updated list of nodes.setDescription(String value) Updated description for the script.setDescriptionBytes(com.google.protobuf.ByteString value) Updated description for the script.setEdges(int index, ScriptEdge value) Updated list of edges.setEdges(int index, ScriptEdge.Builder builderForValue) Updated list of edges.setInstanceId(String value) The instance containing the script.setInstanceIdBytes(com.google.protobuf.ByteString value) The instance containing the script.Updated name for the script.setNameBytes(com.google.protobuf.ByteString value) Updated name for the script.setNodes(int index, ScriptNode value) Updated list of nodes.setNodes(int index, ScriptNode.Builder builderForValue) Updated list of nodes.setPaused(boolean value) Updated paused setting.setQuotas(ScriptQuotas value) Updated resource quotas for this script.setQuotas(ScriptQuotas.Builder builderForValue) Updated resource quotas for this script.setScriptId(String value) The ID of the script to update.setScriptIdBytes(com.google.protobuf.ByteString value) The ID of the script to update.setUpdateEdges(boolean value) Whether the edges field should be updated (allows setting to empty list).setUpdateNodes(boolean value) Whether the nodes field should be updated (allows setting to empty list).setUpdateQuotas(boolean value) Whether the quotas field should be updated (allows clearing quotas).Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<UpdateScriptRequest.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<UpdateScriptRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<UpdateScriptRequest.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<UpdateScriptRequest.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<UpdateScriptRequest.Builder>
-
mergeFrom
public UpdateScriptRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<UpdateScriptRequest.Builder>- Throws:
IOException
-
getInstanceId
The instance containing the script. Format: UUID string.
string instance_id = 1;- Specified by:
getInstanceIdin interfaceUpdateScriptRequestOrBuilder- Returns:
- The instanceId.
-
getInstanceIdBytes
public com.google.protobuf.ByteString getInstanceIdBytes()The instance containing the script. Format: UUID string.
string instance_id = 1;- Specified by:
getInstanceIdBytesin interfaceUpdateScriptRequestOrBuilder- Returns:
- The bytes for instanceId.
-
setInstanceId
The instance containing the script. Format: UUID string.
string instance_id = 1;- Parameters:
value- The instanceId to set.- Returns:
- This builder for chaining.
-
clearInstanceId
The instance containing the script. Format: UUID string.
string instance_id = 1;- Returns:
- This builder for chaining.
-
setInstanceIdBytes
The instance containing the script. Format: UUID string.
string instance_id = 1;- Parameters:
value- The bytes for instanceId to set.- Returns:
- This builder for chaining.
-
getScriptId
The ID of the script to update. Format: UUID string.
string script_id = 2;- Specified by:
getScriptIdin interfaceUpdateScriptRequestOrBuilder- Returns:
- The scriptId.
-
getScriptIdBytes
public com.google.protobuf.ByteString getScriptIdBytes()The ID of the script to update. Format: UUID string.
string script_id = 2;- Specified by:
getScriptIdBytesin interfaceUpdateScriptRequestOrBuilder- Returns:
- The bytes for scriptId.
-
setScriptId
The ID of the script to update. Format: UUID string.
string script_id = 2;- Parameters:
value- The scriptId to set.- Returns:
- This builder for chaining.
-
clearScriptId
The ID of the script to update. Format: UUID string.
string script_id = 2;- Returns:
- This builder for chaining.
-
setScriptIdBytes
The ID of the script to update. Format: UUID string.
string script_id = 2;- Parameters:
value- The bytes for scriptId to set.- Returns:
- This builder for chaining.
-
hasName
public boolean hasName()Updated name for the script. If not set, the name remains unchanged.
optional string name = 3;- Specified by:
hasNamein interfaceUpdateScriptRequestOrBuilder- Returns:
- Whether the name field is set.
-
getName
Updated name for the script. If not set, the name remains unchanged.
optional string name = 3;- Specified by:
getNamein interfaceUpdateScriptRequestOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()Updated name for the script. If not set, the name remains unchanged.
optional string name = 3;- Specified by:
getNameBytesin interfaceUpdateScriptRequestOrBuilder- Returns:
- The bytes for name.
-
setName
Updated name for the script. If not set, the name remains unchanged.
optional string name = 3;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
Updated name for the script. If not set, the name remains unchanged.
optional string name = 3;- Returns:
- This builder for chaining.
-
setNameBytes
Updated name for the script. If not set, the name remains unchanged.
optional string name = 3;- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasDescription
public boolean hasDescription()Updated description for the script. If not set, the description remains unchanged.
optional string description = 4;- Specified by:
hasDescriptionin interfaceUpdateScriptRequestOrBuilder- Returns:
- Whether the description field is set.
-
getDescription
Updated description for the script. If not set, the description remains unchanged.
optional string description = 4;- Specified by:
getDescriptionin interfaceUpdateScriptRequestOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()Updated description for the script. If not set, the description remains unchanged.
optional string description = 4;- Specified by:
getDescriptionBytesin interfaceUpdateScriptRequestOrBuilder- Returns:
- The bytes for description.
-
setDescription
Updated description for the script. If not set, the description remains unchanged.
optional string description = 4;- Parameters:
value- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
Updated description for the script. If not set, the description remains unchanged.
optional string description = 4;- Returns:
- This builder for chaining.
-
setDescriptionBytes
Updated description for the script. If not set, the description remains unchanged.
optional string description = 4;- Parameters:
value- The bytes for description to set.- Returns:
- This builder for chaining.
-
getNodesList
Updated list of nodes. If provided, replaces the entire node list. If not provided, nodes remain unchanged.
repeated .soulfire.v1.ScriptNode nodes = 6;- Specified by:
getNodesListin interfaceUpdateScriptRequestOrBuilder
-
getNodesCount
public int getNodesCount()Updated list of nodes. If provided, replaces the entire node list. If not provided, nodes remain unchanged.
repeated .soulfire.v1.ScriptNode nodes = 6;- Specified by:
getNodesCountin interfaceUpdateScriptRequestOrBuilder
-
getNodes
Updated list of nodes. If provided, replaces the entire node list. If not provided, nodes remain unchanged.
repeated .soulfire.v1.ScriptNode nodes = 6;- Specified by:
getNodesin interfaceUpdateScriptRequestOrBuilder
-
setNodes
Updated list of nodes. If provided, replaces the entire node list. If not provided, nodes remain unchanged.
repeated .soulfire.v1.ScriptNode nodes = 6; -
setNodes
Updated list of nodes. If provided, replaces the entire node list. If not provided, nodes remain unchanged.
repeated .soulfire.v1.ScriptNode nodes = 6; -
addNodes
Updated list of nodes. If provided, replaces the entire node list. If not provided, nodes remain unchanged.
repeated .soulfire.v1.ScriptNode nodes = 6; -
addNodes
Updated list of nodes. If provided, replaces the entire node list. If not provided, nodes remain unchanged.
repeated .soulfire.v1.ScriptNode nodes = 6; -
addNodes
Updated list of nodes. If provided, replaces the entire node list. If not provided, nodes remain unchanged.
repeated .soulfire.v1.ScriptNode nodes = 6; -
addNodes
Updated list of nodes. If provided, replaces the entire node list. If not provided, nodes remain unchanged.
repeated .soulfire.v1.ScriptNode nodes = 6; -
addAllNodes
Updated list of nodes. If provided, replaces the entire node list. If not provided, nodes remain unchanged.
repeated .soulfire.v1.ScriptNode nodes = 6; -
clearNodes
Updated list of nodes. If provided, replaces the entire node list. If not provided, nodes remain unchanged.
repeated .soulfire.v1.ScriptNode nodes = 6; -
removeNodes
Updated list of nodes. If provided, replaces the entire node list. If not provided, nodes remain unchanged.
repeated .soulfire.v1.ScriptNode nodes = 6; -
getNodesBuilder
Updated list of nodes. If provided, replaces the entire node list. If not provided, nodes remain unchanged.
repeated .soulfire.v1.ScriptNode nodes = 6; -
getNodesOrBuilder
Updated list of nodes. If provided, replaces the entire node list. If not provided, nodes remain unchanged.
repeated .soulfire.v1.ScriptNode nodes = 6;- Specified by:
getNodesOrBuilderin interfaceUpdateScriptRequestOrBuilder
-
getNodesOrBuilderList
Updated list of nodes. If provided, replaces the entire node list. If not provided, nodes remain unchanged.
repeated .soulfire.v1.ScriptNode nodes = 6;- Specified by:
getNodesOrBuilderListin interfaceUpdateScriptRequestOrBuilder
-
addNodesBuilder
Updated list of nodes. If provided, replaces the entire node list. If not provided, nodes remain unchanged.
repeated .soulfire.v1.ScriptNode nodes = 6; -
addNodesBuilder
Updated list of nodes. If provided, replaces the entire node list. If not provided, nodes remain unchanged.
repeated .soulfire.v1.ScriptNode nodes = 6; -
getNodesBuilderList
Updated list of nodes. If provided, replaces the entire node list. If not provided, nodes remain unchanged.
repeated .soulfire.v1.ScriptNode nodes = 6; -
getEdgesList
Updated list of edges. If provided, replaces the entire edge list. If not provided, edges remain unchanged.
repeated .soulfire.v1.ScriptEdge edges = 7;- Specified by:
getEdgesListin interfaceUpdateScriptRequestOrBuilder
-
getEdgesCount
public int getEdgesCount()Updated list of edges. If provided, replaces the entire edge list. If not provided, edges remain unchanged.
repeated .soulfire.v1.ScriptEdge edges = 7;- Specified by:
getEdgesCountin interfaceUpdateScriptRequestOrBuilder
-
getEdges
Updated list of edges. If provided, replaces the entire edge list. If not provided, edges remain unchanged.
repeated .soulfire.v1.ScriptEdge edges = 7;- Specified by:
getEdgesin interfaceUpdateScriptRequestOrBuilder
-
setEdges
Updated list of edges. If provided, replaces the entire edge list. If not provided, edges remain unchanged.
repeated .soulfire.v1.ScriptEdge edges = 7; -
setEdges
Updated list of edges. If provided, replaces the entire edge list. If not provided, edges remain unchanged.
repeated .soulfire.v1.ScriptEdge edges = 7; -
addEdges
Updated list of edges. If provided, replaces the entire edge list. If not provided, edges remain unchanged.
repeated .soulfire.v1.ScriptEdge edges = 7; -
addEdges
Updated list of edges. If provided, replaces the entire edge list. If not provided, edges remain unchanged.
repeated .soulfire.v1.ScriptEdge edges = 7; -
addEdges
Updated list of edges. If provided, replaces the entire edge list. If not provided, edges remain unchanged.
repeated .soulfire.v1.ScriptEdge edges = 7; -
addEdges
Updated list of edges. If provided, replaces the entire edge list. If not provided, edges remain unchanged.
repeated .soulfire.v1.ScriptEdge edges = 7; -
addAllEdges
Updated list of edges. If provided, replaces the entire edge list. If not provided, edges remain unchanged.
repeated .soulfire.v1.ScriptEdge edges = 7; -
clearEdges
Updated list of edges. If provided, replaces the entire edge list. If not provided, edges remain unchanged.
repeated .soulfire.v1.ScriptEdge edges = 7; -
removeEdges
Updated list of edges. If provided, replaces the entire edge list. If not provided, edges remain unchanged.
repeated .soulfire.v1.ScriptEdge edges = 7; -
getEdgesBuilder
Updated list of edges. If provided, replaces the entire edge list. If not provided, edges remain unchanged.
repeated .soulfire.v1.ScriptEdge edges = 7; -
getEdgesOrBuilder
Updated list of edges. If provided, replaces the entire edge list. If not provided, edges remain unchanged.
repeated .soulfire.v1.ScriptEdge edges = 7;- Specified by:
getEdgesOrBuilderin interfaceUpdateScriptRequestOrBuilder
-
getEdgesOrBuilderList
Updated list of edges. If provided, replaces the entire edge list. If not provided, edges remain unchanged.
repeated .soulfire.v1.ScriptEdge edges = 7;- Specified by:
getEdgesOrBuilderListin interfaceUpdateScriptRequestOrBuilder
-
addEdgesBuilder
Updated list of edges. If provided, replaces the entire edge list. If not provided, edges remain unchanged.
repeated .soulfire.v1.ScriptEdge edges = 7; -
addEdgesBuilder
Updated list of edges. If provided, replaces the entire edge list. If not provided, edges remain unchanged.
repeated .soulfire.v1.ScriptEdge edges = 7; -
getEdgesBuilderList
Updated list of edges. If provided, replaces the entire edge list. If not provided, edges remain unchanged.
repeated .soulfire.v1.ScriptEdge edges = 7; -
getUpdateNodes
public boolean getUpdateNodes()Whether the nodes field should be updated (allows setting to empty list).
bool update_nodes = 8;- Specified by:
getUpdateNodesin interfaceUpdateScriptRequestOrBuilder- Returns:
- The updateNodes.
-
setUpdateNodes
Whether the nodes field should be updated (allows setting to empty list).
bool update_nodes = 8;- Parameters:
value- The updateNodes to set.- Returns:
- This builder for chaining.
-
clearUpdateNodes
Whether the nodes field should be updated (allows setting to empty list).
bool update_nodes = 8;- Returns:
- This builder for chaining.
-
getUpdateEdges
public boolean getUpdateEdges()Whether the edges field should be updated (allows setting to empty list).
bool update_edges = 9;- Specified by:
getUpdateEdgesin interfaceUpdateScriptRequestOrBuilder- Returns:
- The updateEdges.
-
setUpdateEdges
Whether the edges field should be updated (allows setting to empty list).
bool update_edges = 9;- Parameters:
value- The updateEdges to set.- Returns:
- This builder for chaining.
-
clearUpdateEdges
Whether the edges field should be updated (allows setting to empty list).
bool update_edges = 9;- Returns:
- This builder for chaining.
-
hasPaused
public boolean hasPaused()Updated paused setting. If not set, the paused setting remains unchanged. If set to false and script was paused, the script will be restarted.
optional bool paused = 10;- Specified by:
hasPausedin interfaceUpdateScriptRequestOrBuilder- Returns:
- Whether the paused field is set.
-
getPaused
public boolean getPaused()Updated paused setting. If not set, the paused setting remains unchanged. If set to false and script was paused, the script will be restarted.
optional bool paused = 10;- Specified by:
getPausedin interfaceUpdateScriptRequestOrBuilder- Returns:
- The paused.
-
setPaused
Updated paused setting. If not set, the paused setting remains unchanged. If set to false and script was paused, the script will be restarted.
optional bool paused = 10;- Parameters:
value- The paused to set.- Returns:
- This builder for chaining.
-
clearPaused
Updated paused setting. If not set, the paused setting remains unchanged. If set to false and script was paused, the script will be restarted.
optional bool paused = 10;- Returns:
- This builder for chaining.
-
hasQuotas
public boolean hasQuotas()Updated resource quotas for this script.
.soulfire.v1.ScriptQuotas quotas = 11;- Specified by:
hasQuotasin interfaceUpdateScriptRequestOrBuilder- Returns:
- Whether the quotas field is set.
-
getQuotas
Updated resource quotas for this script.
.soulfire.v1.ScriptQuotas quotas = 11;- Specified by:
getQuotasin interfaceUpdateScriptRequestOrBuilder- Returns:
- The quotas.
-
setQuotas
Updated resource quotas for this script.
.soulfire.v1.ScriptQuotas quotas = 11; -
setQuotas
Updated resource quotas for this script.
.soulfire.v1.ScriptQuotas quotas = 11; -
mergeQuotas
Updated resource quotas for this script.
.soulfire.v1.ScriptQuotas quotas = 11; -
clearQuotas
Updated resource quotas for this script.
.soulfire.v1.ScriptQuotas quotas = 11; -
getQuotasBuilder
Updated resource quotas for this script.
.soulfire.v1.ScriptQuotas quotas = 11; -
getQuotasOrBuilder
Updated resource quotas for this script.
.soulfire.v1.ScriptQuotas quotas = 11;- Specified by:
getQuotasOrBuilderin interfaceUpdateScriptRequestOrBuilder
-
getUpdateQuotas
public boolean getUpdateQuotas()Whether the quotas field should be updated (allows clearing quotas).
bool update_quotas = 12;- Specified by:
getUpdateQuotasin interfaceUpdateScriptRequestOrBuilder- Returns:
- The updateQuotas.
-
setUpdateQuotas
Whether the quotas field should be updated (allows clearing quotas).
bool update_quotas = 12;- Parameters:
value- The updateQuotas to set.- Returns:
- This builder for chaining.
-
clearUpdateQuotas
Whether the quotas field should be updated (allows clearing quotas).
bool update_quotas = 12;- Returns:
- This builder for chaining.
-