Class PrivateServiceConnectConnectivity.Builder (2.82.0)

public static final class PrivateServiceConnectConnectivity.Builder extends GeneratedMessage.Builder<PrivateServiceConnectConnectivity.Builder> implements PrivateServiceConnectConnectivityOrBuilder

Private Service Connect connectivity

Protobuf type google.cloud.clouddms.v1.PrivateServiceConnectConnectivity

Static Methods

getDescriptor()

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

Methods

build()

public PrivateServiceConnectConnectivity build()
Returns
Type Description
PrivateServiceConnectConnectivity

buildPartial()

public PrivateServiceConnectConnectivity buildPartial()
Returns
Type Description
PrivateServiceConnectConnectivity

clear()

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

clearServiceAttachment()

public PrivateServiceConnectConnectivity.Builder clearServiceAttachment()

Required. A service attachment that exposes a database, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}

string service_attachment = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
PrivateServiceConnectConnectivity.Builder

This builder for chaining.

getDefaultInstanceForType()

public PrivateServiceConnectConnectivity getDefaultInstanceForType()
Returns
Type Description
PrivateServiceConnectConnectivity

getDescriptorForType()

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

getServiceAttachment()

public String getServiceAttachment()

Required. A service attachment that exposes a database, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}

string service_attachment = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The serviceAttachment.

getServiceAttachmentBytes()

public ByteString getServiceAttachmentBytes()

Required. A service attachment that exposes a database, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}

string service_attachment = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for serviceAttachment.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(PrivateServiceConnectConnectivity other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setServiceAttachment(String value)

public PrivateServiceConnectConnectivity.Builder setServiceAttachment(String value)

Required. A service attachment that exposes a database, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}

string service_attachment = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The serviceAttachment to set.

Returns
Type Description
PrivateServiceConnectConnectivity.Builder

This builder for chaining.

setServiceAttachmentBytes(ByteString value)

public PrivateServiceConnectConnectivity.Builder setServiceAttachmentBytes(ByteString value)

Required. A service attachment that exposes a database, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}

string service_attachment = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for serviceAttachment to set.

Returns
Type Description
PrivateServiceConnectConnectivity.Builder

This builder for chaining.