Class ListModelVersionsResponse (3.42.0)

public final class ListModelVersionsResponse extends GeneratedMessageV3 implements ListModelVersionsResponseOrBuilder

Response message for ModelService.ListModelVersions

Protobuf type google.cloud.aiplatform.v1.ListModelVersionsResponse

Static Fields

MODELS_FIELD_NUMBER

public static final int MODELS_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListModelVersionsResponse getDefaultInstance()
Returns
TypeDescription
ListModelVersionsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListModelVersionsResponse prototype)

public static ListModelVersionsResponse.Builder newBuilder(ListModelVersionsResponse prototype)
Parameter
NameDescription
prototypeListModelVersionsResponse
Returns
TypeDescription
ListModelVersionsResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ListModelVersionsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListModelVersionsResponse

getModels(int index)

public Model getModels(int index)

List of Model versions in the requested page. In the returned Model name field, version ID instead of regvision tag will be included.

repeated .google.cloud.aiplatform.v1.Model models = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Model

getModelsCount()

public int getModelsCount()

List of Model versions in the requested page. In the returned Model name field, version ID instead of regvision tag will be included.

repeated .google.cloud.aiplatform.v1.Model models = 1;

Returns
TypeDescription
int

getModelsList()

public List<Model> getModelsList()

List of Model versions in the requested page. In the returned Model name field, version ID instead of regvision tag will be included.

repeated .google.cloud.aiplatform.v1.Model models = 1;

Returns
TypeDescription
List<Model>

getModelsOrBuilder(int index)

public ModelOrBuilder getModelsOrBuilder(int index)

List of Model versions in the requested page. In the returned Model name field, version ID instead of regvision tag will be included.

repeated .google.cloud.aiplatform.v1.Model models = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ModelOrBuilder

getModelsOrBuilderList()

public List<? extends ModelOrBuilder> getModelsOrBuilderList()

List of Model versions in the requested page. In the returned Model name field, version ID instead of regvision tag will be included.

repeated .google.cloud.aiplatform.v1.Model models = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.ModelOrBuilder>

getNextPageToken()

public String getNextPageToken()

A token to retrieve the next page of results. Pass to ListModelVersionsRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token to retrieve the next page of results. Pass to ListModelVersionsRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListModelVersionsResponse> getParserForType()
Returns
TypeDescription
Parser<ListModelVersionsResponse>
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 ListModelVersionsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListModelVersionsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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