public final class ListDatasetVersionsResponse extends com.google.protobuf.GeneratedMessageV3 implements ListDatasetVersionsResponseOrBuilder
Response message for [DatasetService.ListDatasetVersions][google.cloud.aiplatform.v1beta1.DatasetService.ListDatasetVersions].Protobuf type
google.cloud.aiplatform.v1beta1.ListDatasetVersionsResponse| Modifier and Type | Class and Description |
|---|---|
static class |
ListDatasetVersionsResponse.Builder
Response message for
[DatasetService.ListDatasetVersions][google.cloud.aiplatform.v1beta1.DatasetService.ListDatasetVersions].
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DATASET_VERSIONS_FIELD_NUMBER |
static int |
NEXT_PAGE_TOKEN_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DatasetVersion |
getDatasetVersions(int index)
A list of DatasetVersions that matches the specified filter in the request.
|
int |
getDatasetVersionsCount()
A list of DatasetVersions that matches the specified filter in the request.
|
List<DatasetVersion> |
getDatasetVersionsList()
A list of DatasetVersions that matches the specified filter in the request.
|
DatasetVersionOrBuilder |
getDatasetVersionsOrBuilder(int index)
A list of DatasetVersions that matches the specified filter in the request.
|
List<? extends DatasetVersionOrBuilder> |
getDatasetVersionsOrBuilderList()
A list of DatasetVersions that matches the specified filter in the request.
|
static ListDatasetVersionsResponse |
getDefaultInstance() |
ListDatasetVersionsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getNextPageToken()
The standard List next-page token.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The standard List next-page token.
|
com.google.protobuf.Parser<ListDatasetVersionsResponse> |
getParserForType() |
int |
getSerializedSize() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ListDatasetVersionsResponse.Builder |
newBuilder() |
static ListDatasetVersionsResponse.Builder |
newBuilder(ListDatasetVersionsResponse prototype) |
ListDatasetVersionsResponse.Builder |
newBuilderForType() |
protected ListDatasetVersionsResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ListDatasetVersionsResponse |
parseDelimitedFrom(InputStream input) |
static ListDatasetVersionsResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListDatasetVersionsResponse |
parseFrom(byte[] data) |
static ListDatasetVersionsResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListDatasetVersionsResponse |
parseFrom(ByteBuffer data) |
static ListDatasetVersionsResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListDatasetVersionsResponse |
parseFrom(com.google.protobuf.ByteString data) |
static ListDatasetVersionsResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListDatasetVersionsResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ListDatasetVersionsResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListDatasetVersionsResponse |
parseFrom(InputStream input) |
static ListDatasetVersionsResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ListDatasetVersionsResponse> |
parser() |
ListDatasetVersionsResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DATASET_VERSIONS_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public List<DatasetVersion> getDatasetVersionsList()
A list of DatasetVersions that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DatasetVersion dataset_versions = 1;getDatasetVersionsList in interface ListDatasetVersionsResponseOrBuilderpublic List<? extends DatasetVersionOrBuilder> getDatasetVersionsOrBuilderList()
A list of DatasetVersions that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DatasetVersion dataset_versions = 1;getDatasetVersionsOrBuilderList in interface ListDatasetVersionsResponseOrBuilderpublic int getDatasetVersionsCount()
A list of DatasetVersions that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DatasetVersion dataset_versions = 1;getDatasetVersionsCount in interface ListDatasetVersionsResponseOrBuilderpublic DatasetVersion getDatasetVersions(int index)
A list of DatasetVersions that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DatasetVersion dataset_versions = 1;getDatasetVersions in interface ListDatasetVersionsResponseOrBuilderpublic DatasetVersionOrBuilder getDatasetVersionsOrBuilder(int index)
A list of DatasetVersions that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DatasetVersion dataset_versions = 1;getDatasetVersionsOrBuilder in interface ListDatasetVersionsResponseOrBuilderpublic String getNextPageToken()
The standard List next-page token.
string next_page_token = 2;getNextPageToken in interface ListDatasetVersionsResponseOrBuilderpublic com.google.protobuf.ByteString getNextPageTokenBytes()
The standard List next-page token.
string next_page_token = 2;getNextPageTokenBytes in interface ListDatasetVersionsResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ListDatasetVersionsResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListDatasetVersionsResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListDatasetVersionsResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListDatasetVersionsResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListDatasetVersionsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListDatasetVersionsResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListDatasetVersionsResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static ListDatasetVersionsResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ListDatasetVersionsResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ListDatasetVersionsResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ListDatasetVersionsResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ListDatasetVersionsResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ListDatasetVersionsResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ListDatasetVersionsResponse.Builder newBuilder()
public static ListDatasetVersionsResponse.Builder newBuilder(ListDatasetVersionsResponse prototype)
public ListDatasetVersionsResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ListDatasetVersionsResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ListDatasetVersionsResponse getDefaultInstance()
public static com.google.protobuf.Parser<ListDatasetVersionsResponse> parser()
public com.google.protobuf.Parser<ListDatasetVersionsResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ListDatasetVersionsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.