public interface ListMigrationWorkflowsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize()
The maximum number of migration workflows to return.
|
String |
getPageToken()
A page token, received from previous `ListMigrationWorkflows` call.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
A page token, received from previous `ListMigrationWorkflows` call.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
com.google.protobuf.FieldMask |
getReadMask()
The list of fields to be retrieved.
|
com.google.protobuf.FieldMaskOrBuilder |
getReadMaskOrBuilder()
The list of fields to be retrieved.
|
boolean |
hasReadMask()
The list of fields to be retrieved.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The project and location of the migration workflows to list. Example: `projects/123/locations/us`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The project and location of the migration workflows to list. Example: `projects/123/locations/us`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasReadMask()
The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2;com.google.protobuf.FieldMask getReadMask()
The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2;com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder()
The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2;int getPageSize()
The maximum number of migration workflows to return. The service may return fewer than this number.
int32 page_size = 3;String getPageToken()
A page token, received from previous `ListMigrationWorkflows` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMigrationWorkflows` must match the call that provided the page token.
string page_token = 4;com.google.protobuf.ByteString getPageTokenBytes()
A page token, received from previous `ListMigrationWorkflows` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMigrationWorkflows` must match the call that provided the page token.
string page_token = 4;Copyright © 2024 Google LLC. All rights reserved.