public interface ListArtifactsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getArtifacts(int index)
public abstract Artifact getArtifacts(int index)The artifacts from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Artifact |
|
getArtifactsCount()
public abstract int getArtifactsCount()The artifacts from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getArtifactsList()
public abstract List<Artifact> getArtifactsList()The artifacts from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ArtifactOrBuilder |
|
getArtifactsOrBuilderList()
public abstract 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> |
|
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |