Class UpdateConnectionProfileRequest.Builder (2.82.0)

public static final class UpdateConnectionProfileRequest.Builder extends GeneratedMessage.Builder<UpdateConnectionProfileRequest.Builder> implements UpdateConnectionProfileRequestOrBuilder

Request message for 'UpdateConnectionProfile' request.

Protobuf type google.cloud.clouddms.v1.UpdateConnectionProfileRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public UpdateConnectionProfileRequest build()
Returns
Type Description
UpdateConnectionProfileRequest

buildPartial()

public UpdateConnectionProfileRequest buildPartial()
Returns
Type Description
UpdateConnectionProfileRequest

clear()

public UpdateConnectionProfileRequest.Builder clear()
Returns
Type Description
UpdateConnectionProfileRequest.Builder
Overrides

clearConnectionProfile()

public UpdateConnectionProfileRequest.Builder clearConnectionProfile()

Required. The connection profile parameters to update.

.google.cloud.clouddms.v1.ConnectionProfile connection_profile = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateConnectionProfileRequest.Builder

clearRequestId()

public UpdateConnectionProfileRequest.Builder clearRequestId()

Optional. 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 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UpdateConnectionProfileRequest.Builder

This builder for chaining.

clearSkipValidation()

public UpdateConnectionProfileRequest.Builder clearSkipValidation()

Optional. Update the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.

bool skip_validation = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UpdateConnectionProfileRequest.Builder

This builder for chaining.

clearUpdateMask()

public UpdateConnectionProfileRequest.Builder clearUpdateMask()

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];

Returns
Type Description
UpdateConnectionProfileRequest.Builder

clearValidateOnly()

public UpdateConnectionProfileRequest.Builder clearValidateOnly()

Optional. Only validate the connection profile, but don't update any resources. The default is false. Only supported for Oracle connection profiles.

bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UpdateConnectionProfileRequest.Builder

This builder for chaining.

getConnectionProfile()

public ConnectionProfile getConnectionProfile()

Required. The connection profile parameters to update.

.google.cloud.clouddms.v1.ConnectionProfile connection_profile = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ConnectionProfile

The connectionProfile.

getConnectionProfileBuilder()

public ConnectionProfile.Builder getConnectionProfileBuilder()

Required. The connection profile parameters to update.

.google.cloud.clouddms.v1.ConnectionProfile connection_profile = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ConnectionProfile.Builder

getConnectionProfileOrBuilder()

public ConnectionProfileOrBuilder getConnectionProfileOrBuilder()

Required. The connection profile parameters to update.

.google.cloud.clouddms.v1.ConnectionProfile connection_profile = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ConnectionProfileOrBuilder

getDefaultInstanceForType()

public UpdateConnectionProfileRequest getDefaultInstanceForType()
Returns
Type Description
UpdateConnectionProfileRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getRequestId()

public String getRequestId()

Optional. 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 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The requestId.

getRequestIdBytes()

public ByteString getRequestIdBytes()

Optional. 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 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for requestId.

getSkipValidation()

public boolean getSkipValidation()

Optional. Update the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.

bool skip_validation = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The skipValidation.

getUpdateMask()

public 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];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

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];

Returns
Type Description
Builder

getUpdateMaskOrBuilder()

public 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];

Returns
Type Description
FieldMaskOrBuilder

getValidateOnly()

public boolean getValidateOnly()

Optional. Only validate the connection profile, but don't update any resources. The default is false. Only supported for Oracle connection profiles.

bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The validateOnly.

hasConnectionProfile()

public boolean hasConnectionProfile()

Required. The connection profile parameters to update.

.google.cloud.clouddms.v1.ConnectionProfile connection_profile = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the connectionProfile field is set.

hasUpdateMask()

public boolean 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];

Returns
Type Description
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeConnectionProfile(ConnectionProfile value)

public UpdateConnectionProfileRequest.Builder mergeConnectionProfile(ConnectionProfile value)

Required. The connection profile parameters to update.

.google.cloud.clouddms.v1.ConnectionProfile connection_profile = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ConnectionProfile
Returns
Type Description
UpdateConnectionProfileRequest.Builder

mergeFrom(UpdateConnectionProfileRequest other)

public UpdateConnectionProfileRequest.Builder mergeFrom(UpdateConnectionProfileRequest other)
Parameter
Name Description
other UpdateConnectionProfileRequest
Returns
Type Description
UpdateConnectionProfileRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpdateConnectionProfileRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateConnectionProfileRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UpdateConnectionProfileRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UpdateConnectionProfileRequest.Builder
Overrides

mergeUpdateMask(FieldMask value)

public UpdateConnectionProfileRequest.Builder mergeUpdateMask(FieldMask value)

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];

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateConnectionProfileRequest.Builder

setConnectionProfile(ConnectionProfile value)

public UpdateConnectionProfileRequest.Builder setConnectionProfile(ConnectionProfile value)

Required. The connection profile parameters to update.

.google.cloud.clouddms.v1.ConnectionProfile connection_profile = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ConnectionProfile
Returns
Type Description
UpdateConnectionProfileRequest.Builder

setConnectionProfile(ConnectionProfile.Builder builderForValue)

public UpdateConnectionProfileRequest.Builder setConnectionProfile(ConnectionProfile.Builder builderForValue)

Required. The connection profile parameters to update.

.google.cloud.clouddms.v1.ConnectionProfile connection_profile = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue ConnectionProfile.Builder
Returns
Type Description
UpdateConnectionProfileRequest.Builder

setRequestId(String value)

public UpdateConnectionProfileRequest.Builder setRequestId(String value)

Optional. 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 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The requestId to set.

Returns
Type Description
UpdateConnectionProfileRequest.Builder

This builder for chaining.

setRequestIdBytes(ByteString value)

public UpdateConnectionProfileRequest.Builder setRequestIdBytes(ByteString value)

Optional. 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 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for requestId to set.

Returns
Type Description
UpdateConnectionProfileRequest.Builder

This builder for chaining.

setSkipValidation(boolean value)

public UpdateConnectionProfileRequest.Builder setSkipValidation(boolean value)

Optional. Update the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.

bool skip_validation = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value boolean

The skipValidation to set.

Returns
Type Description
UpdateConnectionProfileRequest.Builder

This builder for chaining.

setUpdateMask(FieldMask value)

public UpdateConnectionProfileRequest.Builder setUpdateMask(FieldMask value)

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];

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateConnectionProfileRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateConnectionProfileRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

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];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
UpdateConnectionProfileRequest.Builder

setValidateOnly(boolean value)

public UpdateConnectionProfileRequest.Builder setValidateOnly(boolean value)

Optional. Only validate the connection profile, but don't update any resources. The default is false. Only supported for Oracle connection profiles.

bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value boolean

The validateOnly to set.

Returns
Type Description
UpdateConnectionProfileRequest.Builder

This builder for chaining.