Class MigratableResource.DataLabelingDataset (3.42.0)

public static final class MigratableResource.DataLabelingDataset extends GeneratedMessageV3 implements MigratableResource.DataLabelingDatasetOrBuilder

Represents one Dataset in datalabeling.googleapis.com.

Protobuf type google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > MigratableResource.DataLabelingDataset

Static Fields

DATASET_DISPLAY_NAME_FIELD_NUMBER

public static final int DATASET_DISPLAY_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

DATASET_FIELD_NUMBER

public static final int DATASET_FIELD_NUMBER
Field Value
TypeDescription
int

DATA_LABELING_ANNOTATED_DATASETS_FIELD_NUMBER

public static final int DATA_LABELING_ANNOTATED_DATASETS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static MigratableResource.DataLabelingDataset getDefaultInstance()
Returns
TypeDescription
MigratableResource.DataLabelingDataset

getDescriptor()

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

newBuilder()

public static MigratableResource.DataLabelingDataset.Builder newBuilder()
Returns
TypeDescription
MigratableResource.DataLabelingDataset.Builder

newBuilder(MigratableResource.DataLabelingDataset prototype)

public static MigratableResource.DataLabelingDataset.Builder newBuilder(MigratableResource.DataLabelingDataset prototype)
Parameter
NameDescription
prototypeMigratableResource.DataLabelingDataset
Returns
TypeDescription
MigratableResource.DataLabelingDataset.Builder

parseDelimitedFrom(InputStream input)

public static MigratableResource.DataLabelingDataset parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MigratableResource.DataLabelingDataset
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static MigratableResource.DataLabelingDataset parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
MigratableResource.DataLabelingDataset
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static MigratableResource.DataLabelingDataset parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
MigratableResource.DataLabelingDataset
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static MigratableResource.DataLabelingDataset parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MigratableResource.DataLabelingDataset
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static MigratableResource.DataLabelingDataset parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
MigratableResource.DataLabelingDataset
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<MigratableResource.DataLabelingDataset> parser()
Returns
TypeDescription
Parser<DataLabelingDataset>

Methods

equals(Object obj)

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

getDataLabelingAnnotatedDatasets(int index)

public MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset getDataLabelingAnnotatedDatasets(int index)

The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.

repeated .google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset data_labeling_annotated_datasets = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset

getDataLabelingAnnotatedDatasetsCount()

public int getDataLabelingAnnotatedDatasetsCount()

The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.

repeated .google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset data_labeling_annotated_datasets = 3;

Returns
TypeDescription
int

getDataLabelingAnnotatedDatasetsList()

public List<MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset> getDataLabelingAnnotatedDatasetsList()

The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.

repeated .google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset data_labeling_annotated_datasets = 3;

Returns
TypeDescription
List<DataLabelingAnnotatedDataset>

getDataLabelingAnnotatedDatasetsOrBuilder(int index)

public MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDatasetOrBuilder getDataLabelingAnnotatedDatasetsOrBuilder(int index)

The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.

repeated .google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset data_labeling_annotated_datasets = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDatasetOrBuilder

getDataLabelingAnnotatedDatasetsOrBuilderList()

public List<? extends MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDatasetOrBuilder> getDataLabelingAnnotatedDatasetsOrBuilderList()

The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.

repeated .google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset data_labeling_annotated_datasets = 3;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDatasetOrBuilder>

getDataset()

public String getDataset()

Full resource name of data labeling Dataset. Format: projects/{project}/datasets/{dataset}.

string dataset = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The dataset.

getDatasetBytes()

public ByteString getDatasetBytes()

Full resource name of data labeling Dataset. Format: projects/{project}/datasets/{dataset}.

string dataset = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for dataset.

getDatasetDisplayName()

public String getDatasetDisplayName()

The Dataset's display name in datalabeling.googleapis.com.

string dataset_display_name = 4;

Returns
TypeDescription
String

The datasetDisplayName.

getDatasetDisplayNameBytes()

public ByteString getDatasetDisplayNameBytes()

The Dataset's display name in datalabeling.googleapis.com.

string dataset_display_name = 4;

Returns
TypeDescription
ByteString

The bytes for datasetDisplayName.

getDefaultInstanceForType()

public MigratableResource.DataLabelingDataset getDefaultInstanceForType()
Returns
TypeDescription
MigratableResource.DataLabelingDataset

getParserForType()

public Parser<MigratableResource.DataLabelingDataset> getParserForType()
Returns
TypeDescription
Parser<DataLabelingDataset>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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 MigratableResource.DataLabelingDataset.Builder newBuilderForType()
Returns
TypeDescription
MigratableResource.DataLabelingDataset.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public MigratableResource.DataLabelingDataset.Builder toBuilder()
Returns
TypeDescription
MigratableResource.DataLabelingDataset.Builder

writeTo(CodedOutputStream output)

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