Interface GetNexusEndpointsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetNexusEndpointsRequest,GetNexusEndpointsRequest.Builder
@Generated(value="protoc", comments="annotations:GetNexusEndpointsRequestOrBuilder.java.pb.meta") public interface GetNexusEndpointsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Filter endpoints by their name - optional, treated as an AND if specified.com.google.protobuf.ByteStringgetNameBytes()Filter endpoints by their name - optional, treated as an AND if specified.intgetPageSize()The requested size of the page to retrieve - optional.java.lang.StringgetPageToken()The page token if this is continuing from another response - optional.com.google.protobuf.ByteStringgetPageTokenBytes()The page token if this is continuing from another response - optional.java.lang.StringgetTargetNamespaceId()optional, treated as an AND if specifiedcom.google.protobuf.ByteStringgetTargetNamespaceIdBytes()optional, treated as an AND if specifiedjava.lang.StringgetTargetTaskQueue()optional, treated as an AND if specifiedcom.google.protobuf.ByteStringgetTargetTaskQueueBytes()optional, treated as an AND if specified-
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()
The requested size of the page to retrieve - optional. Cannot exceed 1000. Defaults to 100.
int32 page_size = 1;- Returns:
- The pageSize.
-
getPageToken
java.lang.String getPageToken()
The page token if this is continuing from another response - optional.
string page_token = 2;- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()
The page token if this is continuing from another response - optional.
string page_token = 2;- Returns:
- The bytes for pageToken.
-
getTargetNamespaceId
java.lang.String getTargetNamespaceId()
optional, treated as an AND if specified
string target_namespace_id = 3;- Returns:
- The targetNamespaceId.
-
getTargetNamespaceIdBytes
com.google.protobuf.ByteString getTargetNamespaceIdBytes()
optional, treated as an AND if specified
string target_namespace_id = 3;- Returns:
- The bytes for targetNamespaceId.
-
getTargetTaskQueue
java.lang.String getTargetTaskQueue()
optional, treated as an AND if specified
string target_task_queue = 4;- Returns:
- The targetTaskQueue.
-
getTargetTaskQueueBytes
com.google.protobuf.ByteString getTargetTaskQueueBytes()
optional, treated as an AND if specified
string target_task_queue = 4;- Returns:
- The bytes for targetTaskQueue.
-
getName
java.lang.String getName()
Filter endpoints by their name - optional, treated as an AND if specified. Specifying this will result in zero or one results.
string name = 5;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Filter endpoints by their name - optional, treated as an AND if specified. Specifying this will result in zero or one results.
string name = 5;- Returns:
- The bytes for name.
-
-