Interface ListNexusIncomingServicesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListNexusIncomingServicesRequest,ListNexusIncomingServicesRequest.Builder
@Generated(value="protoc", comments="annotations:ListNexusIncomingServicesRequestOrBuilder.java.pb.meta") public interface ListNexusIncomingServicesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Name of the incoming service to filter on - optional.com.google.protobuf.ByteStringgetNameBytes()Name of the incoming service to filter on - optional.com.google.protobuf.ByteStringgetNextPageToken()To get the next page, pass in `ListNexusIncomingServicesResponse.next_page_token` from the previous page's response, the token will be empty if there's no other page.intgetPageSize()int32 page_size = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPageSize
int getPageSize()
int32 page_size = 1;- Returns:
- The pageSize.
-
getNextPageToken
com.google.protobuf.ByteString getNextPageToken()
To get the next page, pass in `ListNexusIncomingServicesResponse.next_page_token` from the previous page's response, the token will be empty if there's no other page. Note: the last page may be empty if the total number of services registered is a multiple of the page size.
bytes next_page_token = 2;- Returns:
- The nextPageToken.
-
getName
java.lang.String getName()
Name of the incoming service to filter on - optional. Specifying this will result in zero or one results. (-- api-linter: core::203::field-behavior-required=disabled aip.dev/not-precedent: Not following linter rules. --)string name = 3;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of the incoming service to filter on - optional. Specifying this will result in zero or one results. (-- api-linter: core::203::field-behavior-required=disabled aip.dev/not-precedent: Not following linter rules. --)string name = 3;- Returns:
- The bytes for name.
-
-