public interface ListServicesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
Service |
getServices(int index)
The list of services.
|
int |
getServicesCount()
The list of services.
|
List<Service> |
getServicesList()
The list of services.
|
ServiceOrBuilder |
getServicesOrBuilder(int index)
The list of services.
|
List<? extends ServiceOrBuilder> |
getServicesOrBuilderList()
The list of services.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Service> getServicesList()
The list of services.
repeated .google.cloud.servicedirectory.v1beta1.Service services = 1;Service getServices(int index)
The list of services.
repeated .google.cloud.servicedirectory.v1beta1.Service services = 1;int getServicesCount()
The list of services.
repeated .google.cloud.servicedirectory.v1beta1.Service services = 1;List<? extends ServiceOrBuilder> getServicesOrBuilderList()
The list of services.
repeated .google.cloud.servicedirectory.v1beta1.Service services = 1;ServiceOrBuilder getServicesOrBuilder(int index)
The list of services.
repeated .google.cloud.servicedirectory.v1beta1.Service services = 1;String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;Copyright © 2022 Google LLC. All rights reserved.