Interface ListNexusIncomingServicesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListNexusIncomingServicesResponse,ListNexusIncomingServicesResponse.Builder
@Generated(value="protoc", comments="annotations:ListNexusIncomingServicesResponseOrBuilder.java.pb.meta") public interface ListNexusIncomingServicesResponseOrBuilder 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.IncomingServicegetServices(int index)repeated .temporal.api.nexus.v1.IncomingService services = 2;intgetServicesCount()repeated .temporal.api.nexus.v1.IncomingService services = 2;java.util.List<IncomingService>getServicesList()repeated .temporal.api.nexus.v1.IncomingService services = 2;IncomingServiceOrBuildergetServicesOrBuilder(int index)repeated .temporal.api.nexus.v1.IncomingService services = 2;java.util.List<? extends IncomingServiceOrBuilder>getServicesOrBuilderList()repeated .temporal.api.nexus.v1.IncomingService services = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNextPageToken
com.google.protobuf.ByteString getNextPageToken()
Token for getting the next page.
bytes next_page_token = 1;- Returns:
- The nextPageToken.
-
getServicesList
java.util.List<IncomingService> getServicesList()
repeated .temporal.api.nexus.v1.IncomingService services = 2;
-
getServices
IncomingService getServices(int index)
repeated .temporal.api.nexus.v1.IncomingService services = 2;
-
getServicesCount
int getServicesCount()
repeated .temporal.api.nexus.v1.IncomingService services = 2;
-
getServicesOrBuilderList
java.util.List<? extends IncomingServiceOrBuilder> getServicesOrBuilderList()
repeated .temporal.api.nexus.v1.IncomingService services = 2;
-
getServicesOrBuilder
IncomingServiceOrBuilder getServicesOrBuilder(int index)
repeated .temporal.api.nexus.v1.IncomingService services = 2;
-
-