Class ListOptimalTrialsRequest.Builder (3.88.0)

public static final class ListOptimalTrialsRequest.Builder extends GeneratedMessage.Builder<ListOptimalTrialsRequest.Builder> implements ListOptimalTrialsRequestOrBuilder

Request message for VizierService.ListOptimalTrials.

Protobuf type google.cloud.aiplatform.v1beta1.ListOptimalTrialsRequest

Static Methods

getDescriptor()

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

Methods

build()

public ListOptimalTrialsRequest build()
Returns
Type Description
ListOptimalTrialsRequest

buildPartial()

public ListOptimalTrialsRequest buildPartial()
Returns
Type Description
ListOptimalTrialsRequest

clear()

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

clearParent()

public ListOptimalTrialsRequest.Builder clearParent()

Required. The name of the Study that the optimal Trial belongs to.

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

Returns
Type Description
ListOptimalTrialsRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListOptimalTrialsRequest getDefaultInstanceForType()
Returns
Type Description
ListOptimalTrialsRequest

getDescriptorForType()

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

getParent()

public String getParent()

Required. The name of the Study that the optimal Trial belongs to.

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

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The name of the Study that the optimal Trial belongs to.

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

Returns
Type Description
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListOptimalTrialsRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setParent(String value)

public ListOptimalTrialsRequest.Builder setParent(String value)

Required. The name of the Study that the optimal Trial belongs to.

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

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
ListOptimalTrialsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListOptimalTrialsRequest.Builder setParentBytes(ByteString value)

Required. The name of the Study that the optimal Trial belongs to.

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

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
ListOptimalTrialsRequest.Builder

This builder for chaining.