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 Type
    Method
    Description
    getArtifacts(int index)
    The Artifacts retrieved from the MetadataStore.
    int
    The Artifacts retrieved from the MetadataStore.
    The Artifacts retrieved from the MetadataStore.
    The Artifacts retrieved from the MetadataStore.
    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.ByteString
    A 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

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getArtifactsList

      List<Artifact> getArtifactsList()
       The Artifacts retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    • getArtifacts

      Artifact getArtifacts(int index)
       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

      ArtifactOrBuilder getArtifactsOrBuilder(int index)
       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.