public static final class ListArtifactsResponse.Builder extends GeneratedMessageV3.Builder<ListArtifactsResponse.Builder> implements ListArtifactsResponseOrBuilder
Response message for ListArtifacts.
Protobuf type google.cloud.apigeeregistry.v1.ListArtifactsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllArtifacts(Iterable<? extends Artifact> values)
public ListArtifactsResponse.Builder addAllArtifacts(Iterable<? extends Artifact> values)
The artifacts from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.apigeeregistry.v1.Artifact>
|
addArtifacts(Artifact value)
public ListArtifactsResponse.Builder addArtifacts(Artifact value)
The artifacts from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;
addArtifacts(Artifact.Builder builderForValue)
public ListArtifactsResponse.Builder addArtifacts(Artifact.Builder builderForValue)
The artifacts from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;
addArtifacts(int index, Artifact value)
public ListArtifactsResponse.Builder addArtifacts(int index, Artifact value)
The artifacts from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;
addArtifacts(int index, Artifact.Builder builderForValue)
public ListArtifactsResponse.Builder addArtifacts(int index, Artifact.Builder builderForValue)
The artifacts from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;
addArtifactsBuilder()
public Artifact.Builder addArtifactsBuilder()
The artifacts from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;
addArtifactsBuilder(int index)
public Artifact.Builder addArtifactsBuilder(int index)
The artifacts from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListArtifactsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ListArtifactsResponse build()
buildPartial()
public ListArtifactsResponse buildPartial()
clear()
public ListArtifactsResponse.Builder clear()
Overrides
clearArtifacts()
public ListArtifactsResponse.Builder clearArtifacts()
The artifacts from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;
clearField(Descriptors.FieldDescriptor field)
public ListArtifactsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListArtifactsResponse.Builder clearNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListArtifactsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ListArtifactsResponse.Builder clone()
Overrides
getArtifacts(int index)
public Artifact getArtifacts(int index)
The artifacts from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;
Parameter |
---|
Name | Description |
index | int
|
getArtifactsBuilder(int index)
public Artifact.Builder getArtifactsBuilder(int index)
The artifacts from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;
Parameter |
---|
Name | Description |
index | int
|
getArtifactsBuilderList()
public List<Artifact.Builder> getArtifactsBuilderList()
The artifacts from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;
getArtifactsCount()
public int getArtifactsCount()
The artifacts from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;
Returns |
---|
Type | Description |
int | |
getArtifactsList()
public List<Artifact> getArtifactsList()
The artifacts from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;
getArtifactsOrBuilder(int index)
public ArtifactOrBuilder getArtifactsOrBuilder(int index)
The artifacts from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;
Parameter |
---|
Name | Description |
index | int
|
getArtifactsOrBuilderList()
public List<? extends ArtifactOrBuilder> getArtifactsOrBuilderList()
The artifacts from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.apigeeregistry.v1.ArtifactOrBuilder> | |
getDefaultInstanceForType()
public ListArtifactsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNextPageToken()
public String getNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, 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 page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for nextPageToken.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListArtifactsResponse other)
public ListArtifactsResponse.Builder mergeFrom(ListArtifactsResponse other)
public ListArtifactsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListArtifactsResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListArtifactsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeArtifacts(int index)
public ListArtifactsResponse.Builder removeArtifacts(int index)
The artifacts from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;
Parameter |
---|
Name | Description |
index | int
|
setArtifacts(int index, Artifact value)
public ListArtifactsResponse.Builder setArtifacts(int index, Artifact value)
The artifacts from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;
setArtifacts(int index, Artifact.Builder builderForValue)
public ListArtifactsResponse.Builder setArtifacts(int index, Artifact.Builder builderForValue)
The artifacts from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;
setField(Descriptors.FieldDescriptor field, Object value)
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 page_token
to retrieve the next page.
If this field is omitted, 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 page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListArtifactsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListArtifactsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides