public final class ListOrdersRequest extends GeneratedMessageV3 implements ListOrdersRequestOrBuilder
Request message for ConsumerProcurementService.ListOrders.
Protobuf type google.cloud.commerce.consumer.procurement.v1alpha1.ListOrdersRequest
Static Fields
FILTER_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
Field Value
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Field Value
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListOrdersRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ListOrdersRequest.Builder newBuilder()
Returns
newBuilder(ListOrdersRequest prototype)
public static ListOrdersRequest.Builder newBuilder(ListOrdersRequest prototype)
Parameter
Returns
public static ListOrdersRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListOrdersRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListOrdersRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListOrdersRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListOrdersRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListOrdersRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListOrdersRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ListOrdersRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListOrdersRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListOrdersRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListOrdersRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListOrdersRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ListOrdersRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ListOrdersRequest getDefaultInstanceForType()
Returns
getFilter()
public String getFilter()
Filter that you can use to limit the list request.
A query string that can match a selected set of attributes
with string values. For example, display_name=abc
.
Supported query attributes are
display_name
If the query contains special characters other than letters,
underscore, or digits, the phrase must be quoted with double quotes. For
example, display_name="foo:bar"
, where the display name needs to be
quoted because it contains special character colon.
Queries can be combined with OR
, and NOT
to form more complex queries.
You can also group them to force a desired evaluation order.
For example, display_name=abc OR display_name=def
.
string filter = 4;
Returns
Type | Description |
String | The filter.
|
getFilterBytes()
public ByteString getFilterBytes()
Filter that you can use to limit the list request.
A query string that can match a selected set of attributes
with string values. For example, display_name=abc
.
Supported query attributes are
display_name
If the query contains special characters other than letters,
underscore, or digits, the phrase must be quoted with double quotes. For
example, display_name="foo:bar"
, where the display name needs to be
quoted because it contains special character colon.
Queries can be combined with OR
, and NOT
to form more complex queries.
You can also group them to force a desired evaluation order.
For example, display_name=abc OR display_name=def
.
string filter = 4;
Returns
getPageSize()
The maximum number of entries requested.
The default page size is 25 and the maximum page size is 200.
int32 page_size = 2;
Returns
Type | Description |
int | The pageSize.
|
getPageToken()
public String getPageToken()
The token for fetching the next page.
string page_token = 3;
Returns
Type | Description |
String | The pageToken.
|
getPageTokenBytes()
public ByteString getPageTokenBytes()
The token for fetching the next page.
string page_token = 3;
Returns
getParent()
public String getParent()
Required. The parent resource to query for orders.
This field has the form billingAccounts/{billing-account-id}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
String | The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. The parent resource to query for orders.
This field has the form billingAccounts/{billing-account-id}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getParserForType()
public Parser<ListOrdersRequest> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ListOrdersRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListOrdersRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ListOrdersRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions