public static final class DeleteConnectionProfileRequest.Builder extends GeneratedMessageV3.Builder<DeleteConnectionProfileRequest.Builder> implements DeleteConnectionProfileRequestOrBuilder
Request message for 'DeleteConnectionProfile' request.
Protobuf type google.cloud.clouddms.v1.DeleteConnectionProfileRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeleteConnectionProfileRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public DeleteConnectionProfileRequest build()
buildPartial()
public DeleteConnectionProfileRequest buildPartial()
clear()
public DeleteConnectionProfileRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public DeleteConnectionProfileRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearForce()
public DeleteConnectionProfileRequest.Builder clearForce()
In case of force delete, the CloudSQL replica database is also deleted
(only for CloudSQL connection profile).
bool force = 3;
clearName()
public DeleteConnectionProfileRequest.Builder clearName()
Required. Name of the connection profile resource to delete.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clearOneof(Descriptors.OneofDescriptor oneof)
public DeleteConnectionProfileRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearRequestId()
public DeleteConnectionProfileRequest.Builder clearRequestId()
A unique id used to identify the request. If the server receives two
requests with the same id, then the second request will be 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 = 2;
clone()
public DeleteConnectionProfileRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public DeleteConnectionProfileRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getForce()
public boolean getForce()
In case of force delete, the CloudSQL replica database is also deleted
(only for CloudSQL connection profile).
bool force = 3;
Returns |
---|
Type | Description |
boolean | The force.
|
getName()
Required. Name of the connection profile resource to delete.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Required. Name of the connection profile resource to delete.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for name.
|
getRequestId()
public String getRequestId()
A unique id used to identify the request. If the server receives two
requests with the same id, then the second request will be 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 = 2;
Returns |
---|
Type | Description |
String | The requestId.
|
getRequestIdBytes()
public ByteString getRequestIdBytes()
A unique id used to identify the request. If the server receives two
requests with the same id, then the second request will be 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 = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for requestId.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(DeleteConnectionProfileRequest other)
public DeleteConnectionProfileRequest.Builder mergeFrom(DeleteConnectionProfileRequest other)
public DeleteConnectionProfileRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public DeleteConnectionProfileRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DeleteConnectionProfileRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public DeleteConnectionProfileRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setForce(boolean value)
public DeleteConnectionProfileRequest.Builder setForce(boolean value)
In case of force delete, the CloudSQL replica database is also deleted
(only for CloudSQL connection profile).
bool force = 3;
Parameter |
---|
Name | Description |
value | boolean
The force to set.
|
setName(String value)
public DeleteConnectionProfileRequest.Builder setName(String value)
Required. Name of the connection profile resource to delete.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | String
The name to set.
|
setNameBytes(ByteString value)
public DeleteConnectionProfileRequest.Builder setNameBytes(ByteString value)
Required. Name of the connection profile resource to delete.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | ByteString
The bytes for name to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DeleteConnectionProfileRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setRequestId(String value)
public DeleteConnectionProfileRequest.Builder setRequestId(String value)
A unique id used to identify the request. If the server receives two
requests with the same id, then the second request will be 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 = 2;
Parameter |
---|
Name | Description |
value | String
The requestId to set.
|
setRequestIdBytes(ByteString value)
public DeleteConnectionProfileRequest.Builder setRequestIdBytes(ByteString value)
A unique id used to identify the request. If the server receives two
requests with the same id, then the second request will be 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 = 2;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for requestId to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final DeleteConnectionProfileRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides