public interface ListArtifactsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getArtifacts(int index)
public abstract Artifact getArtifacts(int index)The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
| Name | Description |
| index | int |
| Type | Description |
| Artifact |
getArtifactsCount()
public abstract int getArtifactsCount()The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
| Type | Description |
| int |
getArtifactsList()
public abstract List<Artifact> getArtifactsList()The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
| Type | Description |
| List<Artifact> |
getArtifactsOrBuilder(int index)
public abstract ArtifactOrBuilder getArtifactsOrBuilder(int index)The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
| Name | Description |
| index | int |
| Type | Description |
| ArtifactOrBuilder |
getArtifactsOrBuilderList()
public abstract List<? extends ArtifactOrBuilder> getArtifactsOrBuilderList()The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
| Type | Description |
| List<? extends com.google.cloud.aiplatform.v1.ArtifactOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()A token, which can be sent as ListArtifactsRequest.page_token to retrieve the next page. If this field is not populated, there are no subsequent pages.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token, which can be sent as ListArtifactsRequest.page_token to retrieve the next page. If this field is not populated, there are no subsequent pages.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |