public interface ListSubscriptionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
An expression for filtering the results of the request.
|
com.google.protobuf.ByteString |
getFilterBytes()
An expression for filtering the results of the request.
|
int |
getPageSize()
The maximum number of results to return in a single response page.
|
String |
getPageToken()
Page token, returned by a previous call.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Page token, returned by a previous call.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource path of the subscription. e.g. projects/myproject/locations/us
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource path of the subscription. e.g. projects/myproject/locations/us
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getFilter()
An expression for filtering the results of the request. Eligible fields for filtering are: + `listing` + `data_exchange` Alternatively, a literal wrapped in double quotes may be provided. This will be checked for an exact match against both fields above. In all cases, the full Data Exchange or Listing resource name must be provided. Some example of using filters: + data_exchange="projects/myproject/locations/us/dataExchanges/123" + listing="projects/123/locations/us/dataExchanges/456/listings/789" + "projects/myproject/locations/us/dataExchanges/123"
string filter = 2;com.google.protobuf.ByteString getFilterBytes()
An expression for filtering the results of the request. Eligible fields for filtering are: + `listing` + `data_exchange` Alternatively, a literal wrapped in double quotes may be provided. This will be checked for an exact match against both fields above. In all cases, the full Data Exchange or Listing resource name must be provided. Some example of using filters: + data_exchange="projects/myproject/locations/us/dataExchanges/123" + listing="projects/123/locations/us/dataExchanges/456/listings/789" + "projects/myproject/locations/us/dataExchanges/123"
string filter = 2;int getPageSize()
The maximum number of results to return in a single response page.
int32 page_size = 3;String getPageToken()
Page token, returned by a previous call.
string page_token = 4;com.google.protobuf.ByteString getPageTokenBytes()
Page token, returned by a previous call.
string page_token = 4;Copyright © 2025 Google LLC. All rights reserved.