public interface ListServicesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()A token indicating there are more items than page_size. Use it in the next ListServices request to continue.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token indicating there are more items than page_size. Use it in the next ListServices request to continue.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getServices(int index)
public abstract Service getServices(int index)The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Name | Description |
| index | int |
| Type | Description |
| Service |
getServicesCount()
public abstract int getServicesCount()The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Type | Description |
| int |
getServicesList()
public abstract List<Service> getServicesList()The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Type | Description |
| List<Service> |
getServicesOrBuilder(int index)
public abstract ServiceOrBuilder getServicesOrBuilder(int index)The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Name | Description |
| index | int |
| Type | Description |
| ServiceOrBuilder |
getServicesOrBuilderList()
public abstract List<? extends ServiceOrBuilder> getServicesOrBuilderList()The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Type | Description |
| List<? extends com.google.cloud.run.v2.ServiceOrBuilder> |