public static final class BatchCreateTensorboardRunsRequest.Builder extends GeneratedMessageV3.Builder<BatchCreateTensorboardRunsRequest.Builder> implements BatchCreateTensorboardRunsRequestOrBuilder
Request message for TensorboardService.BatchCreateTensorboardRuns.
Protobuf type google.cloud.aiplatform.v1beta1.BatchCreateTensorboardRunsRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
public BatchCreateTensorboardRunsRequest.Builder addAllRequests(Iterable<? extends CreateTensorboardRunRequest> values)
Required. The request message specifying the TensorboardRuns to create.
A maximum of 1000 TensorboardRuns can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name | Description |
values | Iterable<? extends com.google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest>
|
Returns
public BatchCreateTensorboardRunsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public BatchCreateTensorboardRunsRequest.Builder addRequests(CreateTensorboardRunRequest value)
Required. The request message specifying the TensorboardRuns to create.
A maximum of 1000 TensorboardRuns can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
public BatchCreateTensorboardRunsRequest.Builder addRequests(CreateTensorboardRunRequest.Builder builderForValue)
Required. The request message specifying the TensorboardRuns to create.
A maximum of 1000 TensorboardRuns can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
public BatchCreateTensorboardRunsRequest.Builder addRequests(int index, CreateTensorboardRunRequest value)
Required. The request message specifying the TensorboardRuns to create.
A maximum of 1000 TensorboardRuns can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameters
Returns
public BatchCreateTensorboardRunsRequest.Builder addRequests(int index, CreateTensorboardRunRequest.Builder builderForValue)
Required. The request message specifying the TensorboardRuns to create.
A maximum of 1000 TensorboardRuns can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameters
Returns
public CreateTensorboardRunRequest.Builder addRequestsBuilder()
Required. The request message specifying the TensorboardRuns to create.
A maximum of 1000 TensorboardRuns can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public CreateTensorboardRunRequest.Builder addRequestsBuilder(int index)
Required. The request message specifying the TensorboardRuns to create.
A maximum of 1000 TensorboardRuns can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
public BatchCreateTensorboardRunsRequest build()
Returns
public BatchCreateTensorboardRunsRequest buildPartial()
Returns
public BatchCreateTensorboardRunsRequest.Builder clear()
Returns
Overrides
public BatchCreateTensorboardRunsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public BatchCreateTensorboardRunsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public BatchCreateTensorboardRunsRequest.Builder clearParent()
Required. The resource name of the TensorboardExperiment to create the
TensorboardRuns in. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}
The parent field in the CreateTensorboardRunRequest messages must match
this field.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
public BatchCreateTensorboardRunsRequest.Builder clearRequests()
Required. The request message specifying the TensorboardRuns to create.
A maximum of 1000 TensorboardRuns can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public BatchCreateTensorboardRunsRequest.Builder clone()
Returns
Overrides
public BatchCreateTensorboardRunsRequest getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
public String getParent()
Required. The resource name of the TensorboardExperiment to create the
TensorboardRuns in. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}
The parent field in the CreateTensorboardRunRequest messages must match
this field.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The parent.
|
public ByteString getParentBytes()
Required. The resource name of the TensorboardExperiment to create the
TensorboardRuns in. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}
The parent field in the CreateTensorboardRunRequest messages must match
this field.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
public CreateTensorboardRunRequest getRequests(int index)
Required. The request message specifying the TensorboardRuns to create.
A maximum of 1000 TensorboardRuns can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
public CreateTensorboardRunRequest.Builder getRequestsBuilder(int index)
Required. The request message specifying the TensorboardRuns to create.
A maximum of 1000 TensorboardRuns can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
public List<CreateTensorboardRunRequest.Builder> getRequestsBuilderList()
Required. The request message specifying the TensorboardRuns to create.
A maximum of 1000 TensorboardRuns can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public int getRequestsCount()
Required. The request message specifying the TensorboardRuns to create.
A maximum of 1000 TensorboardRuns can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public List<CreateTensorboardRunRequest> getRequestsList()
Required. The request message specifying the TensorboardRuns to create.
A maximum of 1000 TensorboardRuns can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public CreateTensorboardRunRequestOrBuilder getRequestsOrBuilder(int index)
Required. The request message specifying the TensorboardRuns to create.
A maximum of 1000 TensorboardRuns can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
public List<? extends CreateTensorboardRunRequestOrBuilder> getRequestsOrBuilderList()
Required. The request message specifying the TensorboardRuns to create.
A maximum of 1000 TensorboardRuns can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequestOrBuilder> | |
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public BatchCreateTensorboardRunsRequest.Builder mergeFrom(BatchCreateTensorboardRunsRequest other)
Parameter
Returns
public BatchCreateTensorboardRunsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public BatchCreateTensorboardRunsRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public final BatchCreateTensorboardRunsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public BatchCreateTensorboardRunsRequest.Builder removeRequests(int index)
Required. The request message specifying the TensorboardRuns to create.
A maximum of 1000 TensorboardRuns can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
public BatchCreateTensorboardRunsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public BatchCreateTensorboardRunsRequest.Builder setParent(String value)
Required. The resource name of the TensorboardExperiment to create the
TensorboardRuns in. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}
The parent field in the CreateTensorboardRunRequest messages must match
this field.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name | Description |
value | String
The parent to set.
|
Returns
public BatchCreateTensorboardRunsRequest.Builder setParentBytes(ByteString value)
Required. The resource name of the TensorboardExperiment to create the
TensorboardRuns in. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}
The parent field in the CreateTensorboardRunRequest messages must match
this field.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name | Description |
value | ByteString
The bytes for parent to set.
|
Returns
public BatchCreateTensorboardRunsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public BatchCreateTensorboardRunsRequest.Builder setRequests(int index, CreateTensorboardRunRequest value)
Required. The request message specifying the TensorboardRuns to create.
A maximum of 1000 TensorboardRuns can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameters
Returns
public BatchCreateTensorboardRunsRequest.Builder setRequests(int index, CreateTensorboardRunRequest.Builder builderForValue)
Required. The request message specifying the TensorboardRuns to create.
A maximum of 1000 TensorboardRuns can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameters
Returns
public final BatchCreateTensorboardRunsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides