Package com.google.cloud.aiplatform.v1
Interface ListArtifactsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListArtifactsResponse,ListArtifactsResponse.Builder
@Generated
public interface ListArtifactsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetArtifacts(int index) The Artifacts retrieved from the MetadataStore.intThe Artifacts retrieved from the MetadataStore.The Artifacts retrieved from the MetadataStore.getArtifactsOrBuilder(int index) The Artifacts retrieved from the MetadataStore.List<? extends ArtifactOrBuilder>The Artifacts retrieved from the MetadataStore.A token, which can be sent as [ListArtifactsRequest.page_token][google.cloud.aiplatform.v1.ListArtifactsRequest.page_token] to retrieve the next page.com.google.protobuf.ByteStringA token, which can be sent as [ListArtifactsRequest.page_token][google.cloud.aiplatform.v1.ListArtifactsRequest.page_token] to retrieve the next page.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getArtifactsList
The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1; -
getArtifacts
The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1; -
getArtifactsCount
int getArtifactsCount()The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1; -
getArtifactsOrBuilderList
List<? extends ArtifactOrBuilder> getArtifactsOrBuilderList()The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1; -
getArtifactsOrBuilder
The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1; -
getNextPageToken
String getNextPageToken()A token, which can be sent as [ListArtifactsRequest.page_token][google.cloud.aiplatform.v1.ListArtifactsRequest.page_token] to retrieve the next page. If this field is not populated, there are no subsequent pages.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()A token, which can be sent as [ListArtifactsRequest.page_token][google.cloud.aiplatform.v1.ListArtifactsRequest.page_token] to retrieve the next page. If this field is not populated, there are no subsequent pages.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-