Class GetPrivateConnectionRequest.Builder (1.82.0)

public static final class GetPrivateConnectionRequest.Builder extends GeneratedMessage.Builder<GetPrivateConnectionRequest.Builder> implements GetPrivateConnectionRequestOrBuilder

Protobuf type google.cloud.datastream.v1alpha1.GetPrivateConnectionRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetPrivateConnectionRequest build()
Returns
Type Description
GetPrivateConnectionRequest

buildPartial()

public GetPrivateConnectionRequest buildPartial()
Returns
Type Description
GetPrivateConnectionRequest

clear()

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

clearName()

public GetPrivateConnectionRequest.Builder clearName()

Required. The name of the private connectivity configuration to get.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetPrivateConnectionRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetPrivateConnectionRequest getDefaultInstanceForType()
Returns
Type Description
GetPrivateConnectionRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the private connectivity configuration to get.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the private connectivity configuration to get.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetPrivateConnectionRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetPrivateConnectionRequest.Builder setName(String value)

Required. The name of the private connectivity configuration to get.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetPrivateConnectionRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetPrivateConnectionRequest.Builder setNameBytes(ByteString value)

Required. The name of the private connectivity configuration to get.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetPrivateConnectionRequest.Builder

This builder for chaining.