public static final class ListArtifactsResponse.Builder extends GeneratedMessageV3.Builder<ListArtifactsResponse.Builder> implements ListArtifactsResponseOrBuilder
Response message for
MetadataService.ListArtifacts.
Protobuf type google.cloud.aiplatform.v1beta1.ListArtifactsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ListArtifactsResponse.Builder addAllArtifacts(Iterable<? extends Artifact> values)
The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1beta1.Artifact>
|
public ListArtifactsResponse.Builder addArtifacts(Artifact value)
The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
Parameter |
Name |
Description |
value |
Artifact
|
public ListArtifactsResponse.Builder addArtifacts(Artifact.Builder builderForValue)
The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
public ListArtifactsResponse.Builder addArtifacts(int index, Artifact value)
The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
public ListArtifactsResponse.Builder addArtifacts(int index, Artifact.Builder builderForValue)
The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
public Artifact.Builder addArtifactsBuilder()
The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
public Artifact.Builder addArtifactsBuilder(int index)
The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
Parameter |
Name |
Description |
index |
int
|
public ListArtifactsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListArtifactsResponse build()
public ListArtifactsResponse buildPartial()
public ListArtifactsResponse.Builder clear()
Overrides
public ListArtifactsResponse.Builder clearArtifacts()
The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
public ListArtifactsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListArtifactsResponse.Builder clearNextPageToken()
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;
public ListArtifactsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ListArtifactsResponse.Builder clone()
Overrides
public Artifact getArtifacts(int index)
The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
Parameter |
Name |
Description |
index |
int
|
public Artifact.Builder getArtifactsBuilder(int index)
The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
Parameter |
Name |
Description |
index |
int
|
public List<Artifact.Builder> getArtifactsBuilderList()
The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
public int getArtifactsCount()
The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
Returns |
Type |
Description |
int |
|
public List<Artifact> getArtifactsList()
The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
public ArtifactOrBuilder getArtifactsOrBuilder(int index)
The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
Parameter |
Name |
Description |
index |
int
|
public List<? extends ArtifactOrBuilder> getArtifactsOrBuilderList()
The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.aiplatform.v1beta1.ArtifactOrBuilder> |
|
public ListArtifactsResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNextPageToken()
public 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;
Returns |
Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes()
public 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;
Returns |
Type |
Description |
ByteString |
The bytes for nextPageToken.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListArtifactsResponse.Builder mergeFrom(ListArtifactsResponse other)
public ListArtifactsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListArtifactsResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final ListArtifactsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ListArtifactsResponse.Builder removeArtifacts(int index)
The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
Parameter |
Name |
Description |
index |
int
|
public ListArtifactsResponse.Builder setArtifacts(int index, Artifact value)
The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
public ListArtifactsResponse.Builder setArtifacts(int index, Artifact.Builder builderForValue)
The Artifacts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
public ListArtifactsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public ListArtifactsResponse.Builder setNextPageToken(String value)
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;
Parameter |
Name |
Description |
value |
String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListArtifactsResponse.Builder setNextPageTokenBytes(ByteString value)
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;
Parameter |
Name |
Description |
value |
ByteString
The bytes for nextPageToken to set.
|
public ListArtifactsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ListArtifactsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides