Interface ListArtifactsResponseOrBuilder (0.3.1)

public interface ListArtifactsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getArtifacts(int index)

public abstract Artifact getArtifacts(int index)

The artifacts from the specified publisher.

repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Artifact

getArtifactsCount()

public abstract int getArtifactsCount()

The artifacts from the specified publisher.

repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;

Returns
TypeDescription
int

getArtifactsList()

public abstract List<Artifact> getArtifactsList()

The artifacts from the specified publisher.

repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;

Returns
TypeDescription
List<Artifact>

getArtifactsOrBuilder(int index)

public abstract ArtifactOrBuilder getArtifactsOrBuilder(int index)

The artifacts from the specified publisher.

repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ArtifactOrBuilder

getArtifactsOrBuilderList()

public abstract List<? extends ArtifactOrBuilder> getArtifactsOrBuilderList()

The artifacts from the specified publisher.

repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;

Returns
TypeDescription
List<? extends com.google.cloud.apigeeregistry.v1.ArtifactOrBuilder>

getNextPageToken()

public abstract 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
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract 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
TypeDescription
ByteString

The bytes for nextPageToken.