Class CreateTensorboardRunRequest (3.42.0)

public final class CreateTensorboardRunRequest extends GeneratedMessageV3 implements CreateTensorboardRunRequestOrBuilder

Request message for TensorboardService.CreateTensorboardRun.

Protobuf type google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest

Static Fields

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
TypeDescription
int

TENSORBOARD_RUN_FIELD_NUMBER

public static final int TENSORBOARD_RUN_FIELD_NUMBER
Field Value
TypeDescription
int

TENSORBOARD_RUN_ID_FIELD_NUMBER

public static final int TENSORBOARD_RUN_ID_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static CreateTensorboardRunRequest getDefaultInstance()
Returns
TypeDescription
CreateTensorboardRunRequest

getDescriptor()

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

newBuilder()

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

newBuilder(CreateTensorboardRunRequest prototype)

public static CreateTensorboardRunRequest.Builder newBuilder(CreateTensorboardRunRequest prototype)
Parameter
NameDescription
prototypeCreateTensorboardRunRequest
Returns
TypeDescription
CreateTensorboardRunRequest.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public CreateTensorboardRunRequest getDefaultInstanceForType()
Returns
TypeDescription
CreateTensorboardRunRequest

getParent()

public String getParent()

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

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 TensorboardExperiment to create the TensorboardRun in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}

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

Returns
TypeDescription
ByteString

The bytes for parent.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTensorboardRun()

public TensorboardRun getTensorboardRun()

Required. The TensorboardRun to create.

.google.cloud.aiplatform.v1beta1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
TensorboardRun

The tensorboardRun.

getTensorboardRunId()

public String getTensorboardRunId()

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

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

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

Returns
TypeDescription
String

The tensorboardRunId.

getTensorboardRunIdBytes()

public ByteString getTensorboardRunIdBytes()

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

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

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

Returns
TypeDescription
ByteString

The bytes for tensorboardRunId.

getTensorboardRunOrBuilder()

public TensorboardRunOrBuilder getTensorboardRunOrBuilder()

Required. The TensorboardRun to create.

.google.cloud.aiplatform.v1beta1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
TensorboardRunOrBuilder

hasTensorboardRun()

public boolean hasTensorboardRun()

Required. The TensorboardRun to create.

.google.cloud.aiplatform.v1beta1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the tensorboardRun 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 CreateTensorboardRunRequest.Builder newBuilderForType()
Returns
TypeDescription
CreateTensorboardRunRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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