Interface ListNexusOutgoingServicesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListNexusOutgoingServicesResponse,ListNexusOutgoingServicesResponse.Builder
@Generated(value="protoc", comments="annotations:ListNexusOutgoingServicesResponseOrBuilder.java.pb.meta") public interface ListNexusOutgoingServicesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetNextPageToken()Token for getting the next page.OutgoingServicegetServices(int index)List of services in the namespace for the requested page.intgetServicesCount()List of services in the namespace for the requested page.java.util.List<OutgoingService>getServicesList()List of services in the namespace for the requested page.OutgoingServiceOrBuildergetServicesOrBuilder(int index)List of services in the namespace for the requested page.java.util.List<? extends OutgoingServiceOrBuilder>getServicesOrBuilderList()List of services in the namespace for the requested page.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getServicesList
java.util.List<OutgoingService> getServicesList()
List of services in the namespace for the requested page.
repeated .temporal.api.nexus.v1.OutgoingService services = 1;
-
getServices
OutgoingService getServices(int index)
List of services in the namespace for the requested page.
repeated .temporal.api.nexus.v1.OutgoingService services = 1;
-
getServicesCount
int getServicesCount()
List of services in the namespace for the requested page.
repeated .temporal.api.nexus.v1.OutgoingService services = 1;
-
getServicesOrBuilderList
java.util.List<? extends OutgoingServiceOrBuilder> getServicesOrBuilderList()
List of services in the namespace for the requested page.
repeated .temporal.api.nexus.v1.OutgoingService services = 1;
-
getServicesOrBuilder
OutgoingServiceOrBuilder getServicesOrBuilder(int index)
List of services in the namespace for the requested page.
repeated .temporal.api.nexus.v1.OutgoingService services = 1;
-
getNextPageToken
com.google.protobuf.ByteString getNextPageToken()
Token for getting the next page.
bytes next_page_token = 2;- Returns:
- The nextPageToken.
-
-