Class ListTensorboardExperimentsResponse (3.22.0)

See more code actions.
public final class ListTensorboardExperimentsResponse extends GeneratedMessageV3 implements ListTensorboardExperimentsResponseOrBuilder

Response message for TensorboardService.ListTensorboardExperiments.

Protobuf type google.cloud.aiplatform.v1beta1.ListTensorboardExperimentsResponse

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListTensorboardExperimentsResponse
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)

Static Fields

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

TENSORBOARD_EXPERIMENTS_FIELD_NUMBER

public static final int TENSORBOARD_EXPERIMENTS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListTensorboardExperimentsResponse getDefaultInstance()

getDescriptor()

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

newBuilder()

public static ListTensorboardExperimentsResponse.Builder newBuilder()

newBuilder(ListTensorboardExperimentsResponse prototype)

public static ListTensorboardExperimentsResponse.Builder newBuilder(ListTensorboardExperimentsResponse prototype)
Parameter
NameDescription
prototypeListTensorboardExperimentsResponse

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<ListTensorboardExperimentsResponse> parser()

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ListTensorboardExperimentsResponse getDefaultInstanceForType()

getNextPageToken()

public String getNextPageToken()

A token, which can be sent as ListTensorboardExperimentsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token, which can be sent as ListTensorboardExperimentsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListTensorboardExperimentsResponse> getParserForType()
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTensorboardExperiments(int index)

public TensorboardExperiment getTensorboardExperiments(int index)

The TensorboardExperiments mathching the request.

repeated .google.cloud.aiplatform.v1beta1.TensorboardExperiment tensorboard_experiments = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TensorboardExperiment

getTensorboardExperimentsCount()

public int getTensorboardExperimentsCount()

The TensorboardExperiments mathching the request.

repeated .google.cloud.aiplatform.v1beta1.TensorboardExperiment tensorboard_experiments = 1;

Returns
TypeDescription
int

getTensorboardExperimentsList()

public List<TensorboardExperiment> getTensorboardExperimentsList()

The TensorboardExperiments mathching the request.

repeated .google.cloud.aiplatform.v1beta1.TensorboardExperiment tensorboard_experiments = 1;

Returns
TypeDescription
List<TensorboardExperiment>

getTensorboardExperimentsOrBuilder(int index)

public TensorboardExperimentOrBuilder getTensorboardExperimentsOrBuilder(int index)

The TensorboardExperiments mathching the request.

repeated .google.cloud.aiplatform.v1beta1.TensorboardExperiment tensorboard_experiments = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TensorboardExperimentOrBuilder

getTensorboardExperimentsOrBuilderList()

public List<? extends TensorboardExperimentOrBuilder> getTensorboardExperimentsOrBuilderList()

The TensorboardExperiments mathching the request.

repeated .google.cloud.aiplatform.v1beta1.TensorboardExperiment tensorboard_experiments = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.TensorboardExperimentOrBuilder>

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 ListTensorboardExperimentsResponse.Builder newBuilderForType()

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListTensorboardExperimentsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public ListTensorboardExperimentsResponse.Builder toBuilder()

writeTo(CodedOutputStream output)

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