Class GetTensorboardExperimentRequest.Builder (3.84.0)

public static final class GetTensorboardExperimentRequest.Builder extends GeneratedMessage.Builder<GetTensorboardExperimentRequest.Builder> implements GetTensorboardExperimentRequestOrBuilder

Request message for TensorboardService.GetTensorboardExperiment.

Protobuf type google.cloud.aiplatform.v1beta1.GetTensorboardExperimentRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GetTensorboardExperimentRequest build()
Returns
Type Description
GetTensorboardExperimentRequest

buildPartial()

public GetTensorboardExperimentRequest buildPartial()
Returns
Type Description
GetTensorboardExperimentRequest

clear()

public GetTensorboardExperimentRequest.Builder clear()
Returns
Type Description
GetTensorboardExperimentRequest.Builder
Overrides

clearName()

public GetTensorboardExperimentRequest.Builder clearName()

Required. The name of the TensorboardExperiment resource. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetTensorboardExperimentRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetTensorboardExperimentRequest getDefaultInstanceForType()
Returns
Type Description
GetTensorboardExperimentRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The name of the TensorboardExperiment resource. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the TensorboardExperiment resource. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetTensorboardExperimentRequest other)

public GetTensorboardExperimentRequest.Builder mergeFrom(GetTensorboardExperimentRequest other)
Parameter
Name Description
other GetTensorboardExperimentRequest
Returns
Type Description
GetTensorboardExperimentRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetTensorboardExperimentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetTensorboardExperimentRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetTensorboardExperimentRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetTensorboardExperimentRequest.Builder
Overrides

setName(String value)

public GetTensorboardExperimentRequest.Builder setName(String value)

Required. The name of the TensorboardExperiment resource. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetTensorboardExperimentRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetTensorboardExperimentRequest.Builder setNameBytes(ByteString value)

Required. The name of the TensorboardExperiment resource. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetTensorboardExperimentRequest.Builder

This builder for chaining.