public interface SearchVersionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()A pagination token returned from a previous call to SearchVersions that indicates from where the listing should continue.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A pagination token returned from a previous call to SearchVersions that indicates from where the listing should continue.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getVersions(int index)
public abstract Version getVersions(int index) The Version resources computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Version versions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Version |
|
getVersionsCount()
public abstract int getVersionsCount() The Version resources computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Version versions = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getVersionsList()
public abstract List<Version> getVersionsList() The Version resources computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Version versions = 1;
| Returns | |
|---|---|
| Type | Description |
List<Version> |
|
getVersionsOrBuilder(int index)
public abstract VersionOrBuilder getVersionsOrBuilder(int index) The Version resources computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Version versions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
VersionOrBuilder |
|
getVersionsOrBuilderList()
public abstract List<? extends VersionOrBuilder> getVersionsOrBuilderList() The Version resources computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Version versions = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.privatecatalog.v1beta1.VersionOrBuilder> |
|