public interface ListMappingRulesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize()
The maximum number of rules to return.
|
String |
getPageToken()
The nextPageToken value received in the previous call to
mappingRules.list, used in the subsequent request to retrieve the next
page of results.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
The nextPageToken value received in the previous call to
mappingRules.list, used in the subsequent request to retrieve the next
page of results.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Name of the conversion workspace resource whose mapping rules are
listed in the form of:
projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Name of the conversion workspace resource whose mapping rules are
listed in the form of:
projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
int getPageSize()
The maximum number of rules to return. The service may return fewer than this value.
int32 page_size = 2;String getPageToken()
The nextPageToken value received in the previous call to mappingRules.list, used in the subsequent request to retrieve the next page of results. On first call this should be left blank. When paginating, all other parameters provided to mappingRules.list must match the call that provided the page token.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
The nextPageToken value received in the previous call to mappingRules.list, used in the subsequent request to retrieve the next page of results. On first call this should be left blank. When paginating, all other parameters provided to mappingRules.list must match the call that provided the page token.
string page_token = 3;Copyright © 2024 Google LLC. All rights reserved.