Package org.mlflow.api.proto
Class Datasets.Dataset
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.mlflow.api.proto.Datasets.Dataset
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,java.io.Serializable
,Datasets.DatasetOrBuilder
- Enclosing class:
- Datasets
public static final class Datasets.Dataset extends com.google.protobuf.GeneratedMessageV3 implements Datasets.DatasetOrBuilder
Protobuf typemlflow.datasets.Dataset
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Datasets.Dataset.Builder
Protobuf typemlflow.datasets.Dataset
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
CREATED_BY_FIELD_NUMBER
static int
CREATED_TIME_FIELD_NUMBER
static int
DATASET_ID_FIELD_NUMBER
static int
DIGEST_FIELD_NUMBER
static int
EXPERIMENT_IDS_FIELD_NUMBER
static int
LAST_UPDATE_TIME_FIELD_NUMBER
static int
LAST_UPDATED_BY_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static com.google.protobuf.Parser<Datasets.Dataset>
PARSER
Deprecated.static int
PROFILE_FIELD_NUMBER
static int
SCHEMA_FIELD_NUMBER
static int
TAGS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getCreatedBy()
User who created the datasetcom.google.protobuf.ByteString
getCreatedByBytes()
User who created the datasetlong
getCreatedTime()
Creation timestamp in millisecondsjava.lang.String
getDatasetId()
Unique identifier for the datasetcom.google.protobuf.ByteString
getDatasetIdBytes()
Unique identifier for the datasetstatic Datasets.Dataset
getDefaultInstance()
Datasets.Dataset
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
java.lang.String
getDigest()
Dataset digest for integrity checkingcom.google.protobuf.ByteString
getDigestBytes()
Dataset digest for integrity checkingjava.lang.String
getExperimentIds(int index)
Associated experiment IDs (populated from entity_associations table)com.google.protobuf.ByteString
getExperimentIdsBytes(int index)
Associated experiment IDs (populated from entity_associations table)int
getExperimentIdsCount()
Associated experiment IDs (populated from entity_associations table)com.google.protobuf.ProtocolStringList
getExperimentIdsList()
Associated experiment IDs (populated from entity_associations table)java.lang.String
getLastUpdatedBy()
User who last updated the datasetcom.google.protobuf.ByteString
getLastUpdatedByBytes()
User who last updated the datasetlong
getLastUpdateTime()
Last update timestamp in millisecondsjava.lang.String
getName()
Dataset name (user-friendly identifier)com.google.protobuf.ByteString
getNameBytes()
Dataset name (user-friendly identifier)com.google.protobuf.Parser<Datasets.Dataset>
getParserForType()
java.lang.String
getProfile()
Profile information (JSON)com.google.protobuf.ByteString
getProfileBytes()
Profile information (JSON)java.lang.String
getSchema()
Schema information (JSON)com.google.protobuf.ByteString
getSchemaBytes()
Schema information (JSON)int
getSerializedSize()
java.lang.String
getTags()
Tags as JSON string (key-value pairs for metadata)com.google.protobuf.ByteString
getTagsBytes()
Tags as JSON string (key-value pairs for metadata)com.google.protobuf.UnknownFieldSet
getUnknownFields()
boolean
hasCreatedBy()
User who created the datasetboolean
hasCreatedTime()
Creation timestamp in millisecondsboolean
hasDatasetId()
Unique identifier for the datasetboolean
hasDigest()
Dataset digest for integrity checkingint
hashCode()
boolean
hasLastUpdatedBy()
User who last updated the datasetboolean
hasLastUpdateTime()
Last update timestamp in millisecondsboolean
hasName()
Dataset name (user-friendly identifier)boolean
hasProfile()
Profile information (JSON)boolean
hasSchema()
Schema information (JSON)boolean
hasTags()
Tags as JSON string (key-value pairs for metadata)protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static Datasets.Dataset.Builder
newBuilder()
static Datasets.Dataset.Builder
newBuilder(Datasets.Dataset prototype)
Datasets.Dataset.Builder
newBuilderForType()
protected Datasets.Dataset.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected java.lang.Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Datasets.Dataset
parseDelimitedFrom(java.io.InputStream input)
static Datasets.Dataset
parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Datasets.Dataset
parseFrom(byte[] data)
static Datasets.Dataset
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Datasets.Dataset
parseFrom(com.google.protobuf.ByteString data)
static Datasets.Dataset
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Datasets.Dataset
parseFrom(com.google.protobuf.CodedInputStream input)
static Datasets.Dataset
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Datasets.Dataset
parseFrom(java.io.InputStream input)
static Datasets.Dataset
parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Datasets.Dataset
parseFrom(java.nio.ByteBuffer data)
static Datasets.Dataset
parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Datasets.Dataset>
parser()
Datasets.Dataset.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
DATASET_ID_FIELD_NUMBER
public static final int DATASET_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TAGS_FIELD_NUMBER
public static final int TAGS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCHEMA_FIELD_NUMBER
public static final int SCHEMA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PROFILE_FIELD_NUMBER
public static final int PROFILE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DIGEST_FIELD_NUMBER
public static final int DIGEST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATED_TIME_FIELD_NUMBER
public static final int CREATED_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_UPDATE_TIME_FIELD_NUMBER
public static final int LAST_UPDATE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATED_BY_FIELD_NUMBER
public static final int CREATED_BY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_UPDATED_BY_FIELD_NUMBER
public static final int LAST_UPDATED_BY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXPERIMENT_IDS_FIELD_NUMBER
public static final int EXPERIMENT_IDS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<Datasets.Dataset> PARSER
Deprecated.
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
hasDatasetId
public boolean hasDatasetId()
Unique identifier for the dataset
optional string dataset_id = 1;
- Specified by:
hasDatasetId
in interfaceDatasets.DatasetOrBuilder
- Returns:
- Whether the datasetId field is set.
-
getDatasetId
public java.lang.String getDatasetId()
Unique identifier for the dataset
optional string dataset_id = 1;
- Specified by:
getDatasetId
in interfaceDatasets.DatasetOrBuilder
- Returns:
- The datasetId.
-
getDatasetIdBytes
public com.google.protobuf.ByteString getDatasetIdBytes()
Unique identifier for the dataset
optional string dataset_id = 1;
- Specified by:
getDatasetIdBytes
in interfaceDatasets.DatasetOrBuilder
- Returns:
- The bytes for datasetId.
-
hasName
public boolean hasName()
Dataset name (user-friendly identifier)
optional string name = 2;
- Specified by:
hasName
in interfaceDatasets.DatasetOrBuilder
- Returns:
- Whether the name field is set.
-
getName
public java.lang.String getName()
Dataset name (user-friendly identifier)
optional string name = 2;
- Specified by:
getName
in interfaceDatasets.DatasetOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Dataset name (user-friendly identifier)
optional string name = 2;
- Specified by:
getNameBytes
in interfaceDatasets.DatasetOrBuilder
- Returns:
- The bytes for name.
-
hasTags
public boolean hasTags()
Tags as JSON string (key-value pairs for metadata)
optional string tags = 3;
- Specified by:
hasTags
in interfaceDatasets.DatasetOrBuilder
- Returns:
- Whether the tags field is set.
-
getTags
public java.lang.String getTags()
Tags as JSON string (key-value pairs for metadata)
optional string tags = 3;
- Specified by:
getTags
in interfaceDatasets.DatasetOrBuilder
- Returns:
- The tags.
-
getTagsBytes
public com.google.protobuf.ByteString getTagsBytes()
Tags as JSON string (key-value pairs for metadata)
optional string tags = 3;
- Specified by:
getTagsBytes
in interfaceDatasets.DatasetOrBuilder
- Returns:
- The bytes for tags.
-
hasSchema
public boolean hasSchema()
Schema information (JSON)
optional string schema = 4;
- Specified by:
hasSchema
in interfaceDatasets.DatasetOrBuilder
- Returns:
- Whether the schema field is set.
-
getSchema
public java.lang.String getSchema()
Schema information (JSON)
optional string schema = 4;
- Specified by:
getSchema
in interfaceDatasets.DatasetOrBuilder
- Returns:
- The schema.
-
getSchemaBytes
public com.google.protobuf.ByteString getSchemaBytes()
Schema information (JSON)
optional string schema = 4;
- Specified by:
getSchemaBytes
in interfaceDatasets.DatasetOrBuilder
- Returns:
- The bytes for schema.
-
hasProfile
public boolean hasProfile()
Profile information (JSON)
optional string profile = 5;
- Specified by:
hasProfile
in interfaceDatasets.DatasetOrBuilder
- Returns:
- Whether the profile field is set.
-
getProfile
public java.lang.String getProfile()
Profile information (JSON)
optional string profile = 5;
- Specified by:
getProfile
in interfaceDatasets.DatasetOrBuilder
- Returns:
- The profile.
-
getProfileBytes
public com.google.protobuf.ByteString getProfileBytes()
Profile information (JSON)
optional string profile = 5;
- Specified by:
getProfileBytes
in interfaceDatasets.DatasetOrBuilder
- Returns:
- The bytes for profile.
-
hasDigest
public boolean hasDigest()
Dataset digest for integrity checking
optional string digest = 6;
- Specified by:
hasDigest
in interfaceDatasets.DatasetOrBuilder
- Returns:
- Whether the digest field is set.
-
getDigest
public java.lang.String getDigest()
Dataset digest for integrity checking
optional string digest = 6;
- Specified by:
getDigest
in interfaceDatasets.DatasetOrBuilder
- Returns:
- The digest.
-
getDigestBytes
public com.google.protobuf.ByteString getDigestBytes()
Dataset digest for integrity checking
optional string digest = 6;
- Specified by:
getDigestBytes
in interfaceDatasets.DatasetOrBuilder
- Returns:
- The bytes for digest.
-
hasCreatedTime
public boolean hasCreatedTime()
Creation timestamp in milliseconds
optional int64 created_time = 7;
- Specified by:
hasCreatedTime
in interfaceDatasets.DatasetOrBuilder
- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
public long getCreatedTime()
Creation timestamp in milliseconds
optional int64 created_time = 7;
- Specified by:
getCreatedTime
in interfaceDatasets.DatasetOrBuilder
- Returns:
- The createdTime.
-
hasLastUpdateTime
public boolean hasLastUpdateTime()
Last update timestamp in milliseconds
optional int64 last_update_time = 8;
- Specified by:
hasLastUpdateTime
in interfaceDatasets.DatasetOrBuilder
- Returns:
- Whether the lastUpdateTime field is set.
-
getLastUpdateTime
public long getLastUpdateTime()
Last update timestamp in milliseconds
optional int64 last_update_time = 8;
- Specified by:
getLastUpdateTime
in interfaceDatasets.DatasetOrBuilder
- Returns:
- The lastUpdateTime.
-
hasCreatedBy
public boolean hasCreatedBy()
User who created the dataset
optional string created_by = 9;
- Specified by:
hasCreatedBy
in interfaceDatasets.DatasetOrBuilder
- Returns:
- Whether the createdBy field is set.
-
getCreatedBy
public java.lang.String getCreatedBy()
User who created the dataset
optional string created_by = 9;
- Specified by:
getCreatedBy
in interfaceDatasets.DatasetOrBuilder
- Returns:
- The createdBy.
-
getCreatedByBytes
public com.google.protobuf.ByteString getCreatedByBytes()
User who created the dataset
optional string created_by = 9;
- Specified by:
getCreatedByBytes
in interfaceDatasets.DatasetOrBuilder
- Returns:
- The bytes for createdBy.
-
hasLastUpdatedBy
public boolean hasLastUpdatedBy()
User who last updated the dataset
optional string last_updated_by = 10;
- Specified by:
hasLastUpdatedBy
in interfaceDatasets.DatasetOrBuilder
- Returns:
- Whether the lastUpdatedBy field is set.
-
getLastUpdatedBy
public java.lang.String getLastUpdatedBy()
User who last updated the dataset
optional string last_updated_by = 10;
- Specified by:
getLastUpdatedBy
in interfaceDatasets.DatasetOrBuilder
- Returns:
- The lastUpdatedBy.
-
getLastUpdatedByBytes
public com.google.protobuf.ByteString getLastUpdatedByBytes()
User who last updated the dataset
optional string last_updated_by = 10;
- Specified by:
getLastUpdatedByBytes
in interfaceDatasets.DatasetOrBuilder
- Returns:
- The bytes for lastUpdatedBy.
-
getExperimentIdsList
public com.google.protobuf.ProtocolStringList getExperimentIdsList()
Associated experiment IDs (populated from entity_associations table)
repeated string experiment_ids = 11;
- Specified by:
getExperimentIdsList
in interfaceDatasets.DatasetOrBuilder
- Returns:
- A list containing the experimentIds.
-
getExperimentIdsCount
public int getExperimentIdsCount()
Associated experiment IDs (populated from entity_associations table)
repeated string experiment_ids = 11;
- Specified by:
getExperimentIdsCount
in interfaceDatasets.DatasetOrBuilder
- Returns:
- The count of experimentIds.
-
getExperimentIds
public java.lang.String getExperimentIds(int index)
Associated experiment IDs (populated from entity_associations table)
repeated string experiment_ids = 11;
- Specified by:
getExperimentIds
in interfaceDatasets.DatasetOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The experimentIds at the given index.
-
getExperimentIdsBytes
public com.google.protobuf.ByteString getExperimentIdsBytes(int index)
Associated experiment IDs (populated from entity_associations table)
repeated string experiment_ids = 11;
- Specified by:
getExperimentIdsBytes
in interfaceDatasets.DatasetOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the experimentIds at the given index.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Datasets.Dataset parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Datasets.Dataset parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Datasets.Dataset parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Datasets.Dataset parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Datasets.Dataset parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Datasets.Dataset parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Datasets.Dataset parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Datasets.Dataset parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Datasets.Dataset parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Datasets.Dataset parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Datasets.Dataset parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Datasets.Dataset parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public Datasets.Dataset.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Datasets.Dataset.Builder newBuilder()
-
newBuilder
public static Datasets.Dataset.Builder newBuilder(Datasets.Dataset prototype)
-
toBuilder
public Datasets.Dataset.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Datasets.Dataset.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Datasets.Dataset getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Datasets.Dataset> parser()
-
getParserForType
public com.google.protobuf.Parser<Datasets.Dataset> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Datasets.Dataset getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-