Class CreateTensorboardExperimentRequest (3.42.0)

public final class CreateTensorboardExperimentRequest extends GeneratedMessageV3 implements CreateTensorboardExperimentRequestOrBuilder

Request message for TensorboardService.CreateTensorboardExperiment.

Protobuf type google.cloud.aiplatform.v1.CreateTensorboardExperimentRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CreateTensorboardExperimentRequest

Static Fields

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
TypeDescription
int

TENSORBOARD_EXPERIMENT_FIELD_NUMBER

public static final int TENSORBOARD_EXPERIMENT_FIELD_NUMBER
Field Value
TypeDescription
int

TENSORBOARD_EXPERIMENT_ID_FIELD_NUMBER

public static final int TENSORBOARD_EXPERIMENT_ID_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static CreateTensorboardExperimentRequest getDefaultInstance()
Returns
TypeDescription
CreateTensorboardExperimentRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static CreateTensorboardExperimentRequest.Builder newBuilder()
Returns
TypeDescription
CreateTensorboardExperimentRequest.Builder

newBuilder(CreateTensorboardExperimentRequest prototype)

public static CreateTensorboardExperimentRequest.Builder newBuilder(CreateTensorboardExperimentRequest prototype)
Parameter
NameDescription
prototypeCreateTensorboardExperimentRequest
Returns
TypeDescription
CreateTensorboardExperimentRequest.Builder

parseDelimitedFrom(InputStream input)

public static CreateTensorboardExperimentRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreateTensorboardExperimentRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateTensorboardExperimentRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateTensorboardExperimentRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static CreateTensorboardExperimentRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
CreateTensorboardExperimentRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CreateTensorboardExperimentRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateTensorboardExperimentRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CreateTensorboardExperimentRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
CreateTensorboardExperimentRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CreateTensorboardExperimentRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateTensorboardExperimentRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CreateTensorboardExperimentRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
CreateTensorboardExperimentRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateTensorboardExperimentRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateTensorboardExperimentRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static CreateTensorboardExperimentRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreateTensorboardExperimentRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateTensorboardExperimentRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateTensorboardExperimentRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static CreateTensorboardExperimentRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
CreateTensorboardExperimentRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CreateTensorboardExperimentRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateTensorboardExperimentRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<CreateTensorboardExperimentRequest> parser()
Returns
TypeDescription
Parser<CreateTensorboardExperimentRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public CreateTensorboardExperimentRequest getDefaultInstanceForType()
Returns
TypeDescription
CreateTensorboardExperimentRequest

getParent()

public String getParent()

Required. The resource name of the Tensorboard to create the TensorboardExperiment in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The resource name of the Tensorboard to create the TensorboardExperiment in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}

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

Returns
TypeDescription
ByteString

The bytes for parent.

getParserForType()

public Parser<CreateTensorboardExperimentRequest> getParserForType()
Returns
TypeDescription
Parser<CreateTensorboardExperimentRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTensorboardExperiment()

public TensorboardExperiment getTensorboardExperiment()

The TensorboardExperiment to create.

.google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2;

Returns
TypeDescription
TensorboardExperiment

The tensorboardExperiment.

getTensorboardExperimentId()

public String getTensorboardExperimentId()

Required. The ID to use for the Tensorboard experiment, which becomes the final component of the Tensorboard experiment's resource name.

This value should be 1-128 characters, and valid characters are /a-z-/.

string tensorboard_experiment_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The tensorboardExperimentId.

getTensorboardExperimentIdBytes()

public ByteString getTensorboardExperimentIdBytes()

Required. The ID to use for the Tensorboard experiment, which becomes the final component of the Tensorboard experiment's resource name.

This value should be 1-128 characters, and valid characters are /a-z-/.

string tensorboard_experiment_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for tensorboardExperimentId.

getTensorboardExperimentOrBuilder()

public TensorboardExperimentOrBuilder getTensorboardExperimentOrBuilder()

The TensorboardExperiment to create.

.google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2;

Returns
TypeDescription
TensorboardExperimentOrBuilder

hasTensorboardExperiment()

public boolean hasTensorboardExperiment()

The TensorboardExperiment to create.

.google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2;

Returns
TypeDescription
boolean

Whether the tensorboardExperiment field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public CreateTensorboardExperimentRequest.Builder newBuilderForType()
Returns
TypeDescription
CreateTensorboardExperimentRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CreateTensorboardExperimentRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
CreateTensorboardExperimentRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public CreateTensorboardExperimentRequest.Builder toBuilder()
Returns
TypeDescription
CreateTensorboardExperimentRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException