public interface UpdateConversionWorkspaceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConversionWorkspace |
getConversionWorkspace()
Required.
|
ConversionWorkspaceOrBuilder |
getConversionWorkspaceOrBuilder()
Required.
|
String |
getRequestId()
A unique ID used to identify the request.
|
com.google.protobuf.ByteString |
getRequestIdBytes()
A unique ID used to identify the request.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Required.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Required.
|
boolean |
hasConversionWorkspace()
Required.
|
boolean |
hasUpdateMask()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUpdateMask()
Required. Field mask is used to specify the fields to be overwritten by the update in the conversion workspace resource.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.FieldMask getUpdateMask()
Required. Field mask is used to specify the fields to be overwritten by the update in the conversion workspace resource.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. Field mask is used to specify the fields to be overwritten by the update in the conversion workspace resource.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasConversionWorkspace()
Required. The conversion workspace parameters to update.
.google.cloud.clouddms.v1.ConversionWorkspace conversion_workspace = 2 [(.google.api.field_behavior) = REQUIRED];
ConversionWorkspace getConversionWorkspace()
Required. The conversion workspace parameters to update.
.google.cloud.clouddms.v1.ConversionWorkspace conversion_workspace = 2 [(.google.api.field_behavior) = REQUIRED];
ConversionWorkspaceOrBuilder getConversionWorkspaceOrBuilder()
Required. The conversion workspace parameters to update.
.google.cloud.clouddms.v1.ConversionWorkspace conversion_workspace = 2 [(.google.api.field_behavior) = REQUIRED];
String getRequestId()
A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored. It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
string request_id = 3;com.google.protobuf.ByteString getRequestIdBytes()
A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored. It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
string request_id = 3;Copyright © 2024 Google LLC. All rights reserved.