Interface ListMavenArtifactsResponseOrBuilder (1.41.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
Name Description
index int
Returns
Type Description
MavenArtifact

getMavenArtifactsCount()

public abstract int getMavenArtifactsCount()

The maven artifacts returned.

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

Returns
Type Description
int

getMavenArtifactsList()

public abstract List<MavenArtifact> getMavenArtifactsList()

The maven artifacts returned.

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

Returns
Type Description
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
Name Description
index int
Returns
Type Description
MavenArtifactOrBuilder

getMavenArtifactsOrBuilderList()

public abstract List<? extends MavenArtifactOrBuilder> getMavenArtifactsOrBuilderList()

The maven artifacts returned.

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

Returns
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for nextPageToken.