public interface ListMigrationSubtasksRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Optional.
|
com.google.protobuf.ByteString |
getFilterBytes()
Optional.
|
int |
getPageSize()
Optional.
|
String |
getPageToken()
Optional.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Optional.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
com.google.protobuf.FieldMask |
getReadMask()
Optional.
|
com.google.protobuf.FieldMaskOrBuilder |
getReadMaskOrBuilder()
Optional.
|
boolean |
hasReadMask()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The migration task of the subtasks to list. Example: `projects/123/locations/us/workflows/1234`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The migration task of the subtasks to list. Example: `projects/123/locations/us/workflows/1234`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasReadMask()
Optional. The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.FieldMask getReadMask()
Optional. The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder()
Optional. The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
int getPageSize()
Optional. The maximum number of migration tasks to return. The service may return fewer than this number.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];String getPageToken()
Optional. A page token, received from previous `ListMigrationSubtasks` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMigrationSubtasks` must match the call that provided the page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getPageTokenBytes()
Optional. A page token, received from previous `ListMigrationSubtasks` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMigrationSubtasks` must match the call that provided the page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];String getFilter()
Optional. The filter to apply. This can be used to get the subtasks of a specific tasks in a workflow, e.g. `migration_task = "ab012"` where `"ab012"` is the task ID (not the name in the named map).
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getFilterBytes()
Optional. The filter to apply. This can be used to get the subtasks of a specific tasks in a workflow, e.g. `migration_task = "ab012"` where `"ab012"` is the task ID (not the name in the named map).
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.