Class ServiceConfig.WorkerConfig.Builder

All Implemented Interfaces:
Message.Builder, MessageLite.Builder, MessageLiteOrBuilder, MessageOrBuilder, Cloneable, ServiceConfig.WorkerConfigOrBuilder
Enclosing class:
ServiceConfig.WorkerConfig

public static final class ServiceConfig.WorkerConfig.Builder extends GeneratedMessageV3.Builder<ServiceConfig.WorkerConfig.Builder> implements ServiceConfig.WorkerConfigOrBuilder
Configuration for a tf.data service WorkerServer.
Next id: 14
Protobuf type tensorflow.data.experimental.WorkerConfig
  • Method Details

    • getDescriptor

      public static final Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

    • clear

      Specified by:
      clear in interface Message.Builder
      Specified by:
      clear in interface MessageLite.Builder
      Overrides:
      clear in class GeneratedMessageV3.Builder<ServiceConfig.WorkerConfig.Builder>
    • getDescriptorForType

      public Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface Message.Builder
      Specified by:
      getDescriptorForType in interface MessageOrBuilder
      Overrides:
      getDescriptorForType in class GeneratedMessageV3.Builder<ServiceConfig.WorkerConfig.Builder>
    • getDefaultInstanceForType

      public ServiceConfig.WorkerConfig getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface MessageOrBuilder
    • build

      Specified by:
      build in interface Message.Builder
      Specified by:
      build in interface MessageLite.Builder
    • buildPartial

      public ServiceConfig.WorkerConfig buildPartial()
      Specified by:
      buildPartial in interface Message.Builder
      Specified by:
      buildPartial in interface MessageLite.Builder
    • clone

      Specified by:
      clone in interface Message.Builder
      Specified by:
      clone in interface MessageLite.Builder
      Overrides:
      clone in class GeneratedMessageV3.Builder<ServiceConfig.WorkerConfig.Builder>
    • setField

    • clearField

    • clearOneof

    • setRepeatedField

    • addRepeatedField

    • mergeFrom

    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface MessageLiteOrBuilder
      Overrides:
      isInitialized in class GeneratedMessageV3.Builder<ServiceConfig.WorkerConfig.Builder>
    • mergeFrom

      public ServiceConfig.WorkerConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface Message.Builder
      Specified by:
      mergeFrom in interface MessageLite.Builder
      Overrides:
      mergeFrom in class AbstractMessage.Builder<ServiceConfig.WorkerConfig.Builder>
      Throws:
      IOException
    • getPort

      public long getPort()
      The port for the worker to bind to. A value of 0 indicates that the
      worker may bind to any available port.
      
      int64 port = 1;
      Specified by:
      getPort in interface ServiceConfig.WorkerConfigOrBuilder
      Returns:
      The port.
    • setPort

      public ServiceConfig.WorkerConfig.Builder setPort(long value)
      The port for the worker to bind to. A value of 0 indicates that the
      worker may bind to any available port.
      
      int64 port = 1;
      Parameters:
      value - The port to set.
      Returns:
      This builder for chaining.
    • clearPort

      The port for the worker to bind to. A value of 0 indicates that the
      worker may bind to any available port.
      
      int64 port = 1;
      Returns:
      This builder for chaining.
    • getProtocol

      public String getProtocol()
      The protocol for the worker to use when connecting to the dispatcher.
      
      string protocol = 2;
      Specified by:
      getProtocol in interface ServiceConfig.WorkerConfigOrBuilder
      Returns:
      The protocol.
    • getProtocolBytes

      public ByteString getProtocolBytes()
      The protocol for the worker to use when connecting to the dispatcher.
      
      string protocol = 2;
      Specified by:
      getProtocolBytes in interface ServiceConfig.WorkerConfigOrBuilder
      Returns:
      The bytes for protocol.
    • setProtocol

      public ServiceConfig.WorkerConfig.Builder setProtocol(String value)
      The protocol for the worker to use when connecting to the dispatcher.
      
      string protocol = 2;
      Parameters:
      value - The protocol to set.
      Returns:
      This builder for chaining.
    • clearProtocol

      public ServiceConfig.WorkerConfig.Builder clearProtocol()
      The protocol for the worker to use when connecting to the dispatcher.
      
      string protocol = 2;
      Returns:
      This builder for chaining.
    • setProtocolBytes

      public ServiceConfig.WorkerConfig.Builder setProtocolBytes(ByteString value)
      The protocol for the worker to use when connecting to the dispatcher.
      
      string protocol = 2;
      Parameters:
      value - The bytes for protocol to set.
      Returns:
      This builder for chaining.
    • getDispatcherAddress

      public String getDispatcherAddress()
      The address of the dispatcher to register with.
      
      string dispatcher_address = 3;
      Specified by:
      getDispatcherAddress in interface ServiceConfig.WorkerConfigOrBuilder
      Returns:
      The dispatcherAddress.
    • getDispatcherAddressBytes

      public ByteString getDispatcherAddressBytes()
      The address of the dispatcher to register with.
      
      string dispatcher_address = 3;
      Specified by:
      getDispatcherAddressBytes in interface ServiceConfig.WorkerConfigOrBuilder
      Returns:
      The bytes for dispatcherAddress.
    • setDispatcherAddress

      public ServiceConfig.WorkerConfig.Builder setDispatcherAddress(String value)
      The address of the dispatcher to register with.
      
      string dispatcher_address = 3;
      Parameters:
      value - The dispatcherAddress to set.
      Returns:
      This builder for chaining.
    • clearDispatcherAddress

      public ServiceConfig.WorkerConfig.Builder clearDispatcherAddress()
      The address of the dispatcher to register with.
      
      string dispatcher_address = 3;
      Returns:
      This builder for chaining.
    • setDispatcherAddressBytes

      public ServiceConfig.WorkerConfig.Builder setDispatcherAddressBytes(ByteString value)
      The address of the dispatcher to register with.
      
      string dispatcher_address = 3;
      Parameters:
      value - The bytes for dispatcherAddress to set.
      Returns:
      This builder for chaining.
    • getWorkerAddress

      public String getWorkerAddress()
      The address of the worker server. The substring "%port%", if specified,
      will be replaced with the worker's bound port. This is useful when the port
      is set to `0`.
      
      string worker_address = 4;
      Specified by:
      getWorkerAddress in interface ServiceConfig.WorkerConfigOrBuilder
      Returns:
      The workerAddress.
    • getWorkerAddressBytes

      public ByteString getWorkerAddressBytes()
      The address of the worker server. The substring "%port%", if specified,
      will be replaced with the worker's bound port. This is useful when the port
      is set to `0`.
      
      string worker_address = 4;
      Specified by:
      getWorkerAddressBytes in interface ServiceConfig.WorkerConfigOrBuilder
      Returns:
      The bytes for workerAddress.
    • setWorkerAddress

      public ServiceConfig.WorkerConfig.Builder setWorkerAddress(String value)
      The address of the worker server. The substring "%port%", if specified,
      will be replaced with the worker's bound port. This is useful when the port
      is set to `0`.
      
      string worker_address = 4;
      Parameters:
      value - The workerAddress to set.
      Returns:
      This builder for chaining.
    • clearWorkerAddress

      public ServiceConfig.WorkerConfig.Builder clearWorkerAddress()
      The address of the worker server. The substring "%port%", if specified,
      will be replaced with the worker's bound port. This is useful when the port
      is set to `0`.
      
      string worker_address = 4;
      Returns:
      This builder for chaining.
    • setWorkerAddressBytes

      public ServiceConfig.WorkerConfig.Builder setWorkerAddressBytes(ByteString value)
      The address of the worker server. The substring "%port%", if specified,
      will be replaced with the worker's bound port. This is useful when the port
      is set to `0`.
      
      string worker_address = 4;
      Parameters:
      value - The bytes for workerAddress to set.
      Returns:
      This builder for chaining.
    • getWorkerTagsList

      public ProtocolStringList getWorkerTagsList()
      Tags attached to the worker. This allows reading from selected workers.
      For example, by applying a "COLOCATED" tag, tf.data service is able to read
      from the local tf.data worker if one exists, then from off-TF-host workers,
      to avoid cross-TF-host reads.
      
      repeated string worker_tags = 10;
      Specified by:
      getWorkerTagsList in interface ServiceConfig.WorkerConfigOrBuilder
      Returns:
      A list containing the workerTags.
    • getWorkerTagsCount

      public int getWorkerTagsCount()
      Tags attached to the worker. This allows reading from selected workers.
      For example, by applying a "COLOCATED" tag, tf.data service is able to read
      from the local tf.data worker if one exists, then from off-TF-host workers,
      to avoid cross-TF-host reads.
      
      repeated string worker_tags = 10;
      Specified by:
      getWorkerTagsCount in interface ServiceConfig.WorkerConfigOrBuilder
      Returns:
      The count of workerTags.
    • getWorkerTags

      public String getWorkerTags(int index)
      Tags attached to the worker. This allows reading from selected workers.
      For example, by applying a "COLOCATED" tag, tf.data service is able to read
      from the local tf.data worker if one exists, then from off-TF-host workers,
      to avoid cross-TF-host reads.
      
      repeated string worker_tags = 10;
      Specified by:
      getWorkerTags in interface ServiceConfig.WorkerConfigOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The workerTags at the given index.
    • getWorkerTagsBytes

      public ByteString getWorkerTagsBytes(int index)
      Tags attached to the worker. This allows reading from selected workers.
      For example, by applying a "COLOCATED" tag, tf.data service is able to read
      from the local tf.data worker if one exists, then from off-TF-host workers,
      to avoid cross-TF-host reads.
      
      repeated string worker_tags = 10;
      Specified by:
      getWorkerTagsBytes in interface ServiceConfig.WorkerConfigOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the workerTags at the given index.
    • setWorkerTags

      public ServiceConfig.WorkerConfig.Builder setWorkerTags(int index, String value)
      Tags attached to the worker. This allows reading from selected workers.
      For example, by applying a "COLOCATED" tag, tf.data service is able to read
      from the local tf.data worker if one exists, then from off-TF-host workers,
      to avoid cross-TF-host reads.
      
      repeated string worker_tags = 10;
      Parameters:
      index - The index to set the value at.
      value - The workerTags to set.
      Returns:
      This builder for chaining.
    • addWorkerTags

      public ServiceConfig.WorkerConfig.Builder addWorkerTags(String value)
      Tags attached to the worker. This allows reading from selected workers.
      For example, by applying a "COLOCATED" tag, tf.data service is able to read
      from the local tf.data worker if one exists, then from off-TF-host workers,
      to avoid cross-TF-host reads.
      
      repeated string worker_tags = 10;
      Parameters:
      value - The workerTags to add.
      Returns:
      This builder for chaining.
    • addAllWorkerTags

      public ServiceConfig.WorkerConfig.Builder addAllWorkerTags(Iterable<String> values)
      Tags attached to the worker. This allows reading from selected workers.
      For example, by applying a "COLOCATED" tag, tf.data service is able to read
      from the local tf.data worker if one exists, then from off-TF-host workers,
      to avoid cross-TF-host reads.
      
      repeated string worker_tags = 10;
      Parameters:
      values - The workerTags to add.
      Returns:
      This builder for chaining.
    • clearWorkerTags

      public ServiceConfig.WorkerConfig.Builder clearWorkerTags()
      Tags attached to the worker. This allows reading from selected workers.
      For example, by applying a "COLOCATED" tag, tf.data service is able to read
      from the local tf.data worker if one exists, then from off-TF-host workers,
      to avoid cross-TF-host reads.
      
      repeated string worker_tags = 10;
      Returns:
      This builder for chaining.
    • addWorkerTagsBytes

      public ServiceConfig.WorkerConfig.Builder addWorkerTagsBytes(ByteString value)
      Tags attached to the worker. This allows reading from selected workers.
      For example, by applying a "COLOCATED" tag, tf.data service is able to read
      from the local tf.data worker if one exists, then from off-TF-host workers,
      to avoid cross-TF-host reads.
      
      repeated string worker_tags = 10;
      Parameters:
      value - The bytes of the workerTags to add.
      Returns:
      This builder for chaining.
    • getHeartbeatIntervalMs

      public long getHeartbeatIntervalMs()
      How often the worker should heartbeat to the master. A value of 0 indicates
      that the decision should be left up to the runtime.
      
      int64 heartbeat_interval_ms = 5;
      Specified by:
      getHeartbeatIntervalMs in interface ServiceConfig.WorkerConfigOrBuilder
      Returns:
      The heartbeatIntervalMs.
    • setHeartbeatIntervalMs

      public ServiceConfig.WorkerConfig.Builder setHeartbeatIntervalMs(long value)
      How often the worker should heartbeat to the master. A value of 0 indicates
      that the decision should be left up to the runtime.
      
      int64 heartbeat_interval_ms = 5;
      Parameters:
      value - The heartbeatIntervalMs to set.
      Returns:
      This builder for chaining.
    • clearHeartbeatIntervalMs

      public ServiceConfig.WorkerConfig.Builder clearHeartbeatIntervalMs()
      How often the worker should heartbeat to the master. A value of 0 indicates
      that the decision should be left up to the runtime.
      
      int64 heartbeat_interval_ms = 5;
      Returns:
      This builder for chaining.
    • getDispatcherTimeoutMs

      public long getDispatcherTimeoutMs()
      How long to retry requests to the dispatcher before giving up and reporting
      an error. A value of 0 indicates that the decision should be left up to the
      runtime.
      
      int64 dispatcher_timeout_ms = 6;
      Specified by:
      getDispatcherTimeoutMs in interface ServiceConfig.WorkerConfigOrBuilder
      Returns:
      The dispatcherTimeoutMs.
    • setDispatcherTimeoutMs

      public ServiceConfig.WorkerConfig.Builder setDispatcherTimeoutMs(long value)
      How long to retry requests to the dispatcher before giving up and reporting
      an error. A value of 0 indicates that the decision should be left up to the
      runtime.
      
      int64 dispatcher_timeout_ms = 6;
      Parameters:
      value - The dispatcherTimeoutMs to set.
      Returns:
      This builder for chaining.
    • clearDispatcherTimeoutMs

      public ServiceConfig.WorkerConfig.Builder clearDispatcherTimeoutMs()
      How long to retry requests to the dispatcher before giving up and reporting
      an error. A value of 0 indicates that the decision should be left up to the
      runtime.
      
      int64 dispatcher_timeout_ms = 6;
      Returns:
      This builder for chaining.
    • getDataTransferProtocol

      public String getDataTransferProtocol()
      If set, the name of an alternative data transfer protocol for which the
      worker starts an additional server ("data transfer server"); the trainer
      can then get data from this server. If not set, no such server is started,
      and the trainer can only get data from the regular worker server over
      `protocol`.
      
      string data_transfer_protocol = 7;
      Specified by:
      getDataTransferProtocol in interface ServiceConfig.WorkerConfigOrBuilder
      Returns:
      The dataTransferProtocol.
    • getDataTransferProtocolBytes

      public ByteString getDataTransferProtocolBytes()
      If set, the name of an alternative data transfer protocol for which the
      worker starts an additional server ("data transfer server"); the trainer
      can then get data from this server. If not set, no such server is started,
      and the trainer can only get data from the regular worker server over
      `protocol`.
      
      string data_transfer_protocol = 7;
      Specified by:
      getDataTransferProtocolBytes in interface ServiceConfig.WorkerConfigOrBuilder
      Returns:
      The bytes for dataTransferProtocol.
    • setDataTransferProtocol

      public ServiceConfig.WorkerConfig.Builder setDataTransferProtocol(String value)
      If set, the name of an alternative data transfer protocol for which the
      worker starts an additional server ("data transfer server"); the trainer
      can then get data from this server. If not set, no such server is started,
      and the trainer can only get data from the regular worker server over
      `protocol`.
      
      string data_transfer_protocol = 7;
      Parameters:
      value - The dataTransferProtocol to set.
      Returns:
      This builder for chaining.
    • clearDataTransferProtocol

      public ServiceConfig.WorkerConfig.Builder clearDataTransferProtocol()
      If set, the name of an alternative data transfer protocol for which the
      worker starts an additional server ("data transfer server"); the trainer
      can then get data from this server. If not set, no such server is started,
      and the trainer can only get data from the regular worker server over
      `protocol`.
      
      string data_transfer_protocol = 7;
      Returns:
      This builder for chaining.
    • setDataTransferProtocolBytes

      public ServiceConfig.WorkerConfig.Builder setDataTransferProtocolBytes(ByteString value)
      If set, the name of an alternative data transfer protocol for which the
      worker starts an additional server ("data transfer server"); the trainer
      can then get data from this server. If not set, no such server is started,
      and the trainer can only get data from the regular worker server over
      `protocol`.
      
      string data_transfer_protocol = 7;
      Parameters:
      value - The bytes for dataTransferProtocol to set.
      Returns:
      This builder for chaining.
    • getDataTransferPort

      public long getDataTransferPort()
      If `data_transfer_protocol` is set, the port to which the data transfer
      server binds. If set to `0`, the server binds to any available port.
      
      int64 data_transfer_port = 13;
      Specified by:
      getDataTransferPort in interface ServiceConfig.WorkerConfigOrBuilder
      Returns:
      The dataTransferPort.
    • setDataTransferPort

      public ServiceConfig.WorkerConfig.Builder setDataTransferPort(long value)
      If `data_transfer_protocol` is set, the port to which the data transfer
      server binds. If set to `0`, the server binds to any available port.
      
      int64 data_transfer_port = 13;
      Parameters:
      value - The dataTransferPort to set.
      Returns:
      This builder for chaining.
    • clearDataTransferPort

      public ServiceConfig.WorkerConfig.Builder clearDataTransferPort()
      If `data_transfer_protocol` is set, the port to which the data transfer
      server binds. If set to `0`, the server binds to any available port.
      
      int64 data_transfer_port = 13;
      Returns:
      This builder for chaining.
    • getDataTransferAddress

      public String getDataTransferAddress()
      If `data_transfer_protocol` is set, the address of the data transfer
      server. The substring "%dts_port%" can be used to represent -- and is
      replaced with -- the bound port of the data transfer server; this is useful
      when `data_transfer_port` is set to `0`.
      
      string data_transfer_address = 8;
      Specified by:
      getDataTransferAddress in interface ServiceConfig.WorkerConfigOrBuilder
      Returns:
      The dataTransferAddress.
    • getDataTransferAddressBytes

      public ByteString getDataTransferAddressBytes()
      If `data_transfer_protocol` is set, the address of the data transfer
      server. The substring "%dts_port%" can be used to represent -- and is
      replaced with -- the bound port of the data transfer server; this is useful
      when `data_transfer_port` is set to `0`.
      
      string data_transfer_address = 8;
      Specified by:
      getDataTransferAddressBytes in interface ServiceConfig.WorkerConfigOrBuilder
      Returns:
      The bytes for dataTransferAddress.
    • setDataTransferAddress

      public ServiceConfig.WorkerConfig.Builder setDataTransferAddress(String value)
      If `data_transfer_protocol` is set, the address of the data transfer
      server. The substring "%dts_port%" can be used to represent -- and is
      replaced with -- the bound port of the data transfer server; this is useful
      when `data_transfer_port` is set to `0`.
      
      string data_transfer_address = 8;
      Parameters:
      value - The dataTransferAddress to set.
      Returns:
      This builder for chaining.
    • clearDataTransferAddress

      public ServiceConfig.WorkerConfig.Builder clearDataTransferAddress()
      If `data_transfer_protocol` is set, the address of the data transfer
      server. The substring "%dts_port%" can be used to represent -- and is
      replaced with -- the bound port of the data transfer server; this is useful
      when `data_transfer_port` is set to `0`.
      
      string data_transfer_address = 8;
      Returns:
      This builder for chaining.
    • setDataTransferAddressBytes

      public ServiceConfig.WorkerConfig.Builder setDataTransferAddressBytes(ByteString value)
      If `data_transfer_protocol` is set, the address of the data transfer
      server. The substring "%dts_port%" can be used to represent -- and is
      replaced with -- the bound port of the data transfer server; this is useful
      when `data_transfer_port` is set to `0`.
      
      string data_transfer_address = 8;
      Parameters:
      value - The bytes for dataTransferAddress to set.
      Returns:
      This builder for chaining.
    • getCrossTrainerCacheSizeBytes

      public long getCrossTrainerCacheSizeBytes()
      Maximum size of the cross-trainer cache in bytes. If enabled, make sure
      your training job provides sufficient memory resources.
      
      int64 cross_trainer_cache_size_bytes = 11;
      Specified by:
      getCrossTrainerCacheSizeBytes in interface ServiceConfig.WorkerConfigOrBuilder
      Returns:
      The crossTrainerCacheSizeBytes.
    • setCrossTrainerCacheSizeBytes

      public ServiceConfig.WorkerConfig.Builder setCrossTrainerCacheSizeBytes(long value)
      Maximum size of the cross-trainer cache in bytes. If enabled, make sure
      your training job provides sufficient memory resources.
      
      int64 cross_trainer_cache_size_bytes = 11;
      Parameters:
      value - The crossTrainerCacheSizeBytes to set.
      Returns:
      This builder for chaining.
    • clearCrossTrainerCacheSizeBytes

      public ServiceConfig.WorkerConfig.Builder clearCrossTrainerCacheSizeBytes()
      Maximum size of the cross-trainer cache in bytes. If enabled, make sure
      your training job provides sufficient memory resources.
      
      int64 cross_trainer_cache_size_bytes = 11;
      Returns:
      This builder for chaining.
    • getSnapshotMaxChunkSizeBytes

      public long getSnapshotMaxChunkSizeBytes()
      The maximum size of a distributed snapshot chunk file. A value of 0
      indicates that the decision should be left up to the runtime.
      
      int64 snapshot_max_chunk_size_bytes = 12;
      Specified by:
      getSnapshotMaxChunkSizeBytes in interface ServiceConfig.WorkerConfigOrBuilder
      Returns:
      The snapshotMaxChunkSizeBytes.
    • setSnapshotMaxChunkSizeBytes

      public ServiceConfig.WorkerConfig.Builder setSnapshotMaxChunkSizeBytes(long value)
      The maximum size of a distributed snapshot chunk file. A value of 0
      indicates that the decision should be left up to the runtime.
      
      int64 snapshot_max_chunk_size_bytes = 12;
      Parameters:
      value - The snapshotMaxChunkSizeBytes to set.
      Returns:
      This builder for chaining.
    • clearSnapshotMaxChunkSizeBytes

      public ServiceConfig.WorkerConfig.Builder clearSnapshotMaxChunkSizeBytes()
      The maximum size of a distributed snapshot chunk file. A value of 0
      indicates that the decision should be left up to the runtime.
      
      int64 snapshot_max_chunk_size_bytes = 12;
      Returns:
      This builder for chaining.
    • getShutdownQuietPeriodMs

      public long getShutdownQuietPeriodMs()
      When shutting down a worker, how long to wait for the gRPC server to
      process the final requests. This is used to achieve clean shutdown in unit
      tests.
      
      int64 shutdown_quiet_period_ms = 9;
      Specified by:
      getShutdownQuietPeriodMs in interface ServiceConfig.WorkerConfigOrBuilder
      Returns:
      The shutdownQuietPeriodMs.
    • setShutdownQuietPeriodMs

      public ServiceConfig.WorkerConfig.Builder setShutdownQuietPeriodMs(long value)
      When shutting down a worker, how long to wait for the gRPC server to
      process the final requests. This is used to achieve clean shutdown in unit
      tests.
      
      int64 shutdown_quiet_period_ms = 9;
      Parameters:
      value - The shutdownQuietPeriodMs to set.
      Returns:
      This builder for chaining.
    • clearShutdownQuietPeriodMs

      public ServiceConfig.WorkerConfig.Builder clearShutdownQuietPeriodMs()
      When shutting down a worker, how long to wait for the gRPC server to
      process the final requests. This is used to achieve clean shutdown in unit
      tests.
      
      int64 shutdown_quiet_period_ms = 9;
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final ServiceConfig.WorkerConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface Message.Builder
      Overrides:
      setUnknownFields in class GeneratedMessageV3.Builder<ServiceConfig.WorkerConfig.Builder>
    • mergeUnknownFields

      public final ServiceConfig.WorkerConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface Message.Builder
      Overrides:
      mergeUnknownFields in class GeneratedMessageV3.Builder<ServiceConfig.WorkerConfig.Builder>