Interface ListMavenArtifactsResponseOrBuilder (1.38.0)

public interface ListMavenArtifactsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMavenArtifacts(int index)

public abstract MavenArtifact getMavenArtifacts(int index)

The maven artifacts returned.

repeated .google.devtools.artifactregistry.v1.MavenArtifact maven_artifacts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MavenArtifact

getMavenArtifactsCount()

public abstract int getMavenArtifactsCount()

The maven artifacts returned.

repeated .google.devtools.artifactregistry.v1.MavenArtifact maven_artifacts = 1;

Returns
TypeDescription
int

getMavenArtifactsList()

public abstract List<MavenArtifact> getMavenArtifactsList()

The maven artifacts returned.

repeated .google.devtools.artifactregistry.v1.MavenArtifact maven_artifacts = 1;

Returns
TypeDescription
List<MavenArtifact>

getMavenArtifactsOrBuilder(int index)

public abstract MavenArtifactOrBuilder getMavenArtifactsOrBuilder(int index)

The maven artifacts returned.

repeated .google.devtools.artifactregistry.v1.MavenArtifact maven_artifacts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MavenArtifactOrBuilder

getMavenArtifactsOrBuilderList()

public abstract List<? extends MavenArtifactOrBuilder> getMavenArtifactsOrBuilderList()

The maven artifacts returned.

repeated .google.devtools.artifactregistry.v1.MavenArtifact maven_artifacts = 1;

Returns
TypeDescription
List<? extends com.google.devtools.artifactregistry.v1.MavenArtifactOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.