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
Modifier and TypeMethodDescriptiongetName()Filter endpoints by their name - optional, treated as an AND if specified.com.google.protobuf.ByteStringFilter endpoints by their name - optional, treated as an AND if specified.intThe requested size of the page to retrieve - optional.The page token if this is continuing from another response - optional.com.google.protobuf.ByteStringThe page token if this is continuing from another response - optional.optional, treated as an AND if specifiedcom.google.protobuf.ByteStringoptional, treated as an AND if specifiedoptional, treated as an AND if specifiedcom.google.protobuf.ByteStringoptional, treated as an AND if specifiedMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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
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
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.
-