public interface ListServicesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token indicating there are more items than page_size.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token indicating there are more items than page_size.
|
Service |
getServices(int index)
The resulting list of Services.
|
int |
getServicesCount()
The resulting list of Services.
|
List<Service> |
getServicesList()
The resulting list of Services.
|
ServiceOrBuilder |
getServicesOrBuilder(int index)
The resulting list of Services.
|
List<? extends ServiceOrBuilder> |
getServicesOrBuilderList()
The resulting list of Services.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Service> getServicesList()
The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;Service getServices(int index)
The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;int getServicesCount()
The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;List<? extends ServiceOrBuilder> getServicesOrBuilderList()
The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;ServiceOrBuilder getServicesOrBuilder(int index)
The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;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;com.google.protobuf.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;Copyright © 2025 Google LLC. All rights reserved.