Class CreatePrivateConnectionRequest.Builder (1.40.0)

public static final class CreatePrivateConnectionRequest.Builder extends GeneratedMessageV3.Builder<CreatePrivateConnectionRequest.Builder> implements CreatePrivateConnectionRequestOrBuilder

Protobuf type google.cloud.datastream.v1alpha1.CreatePrivateConnectionRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CreatePrivateConnectionRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CreatePrivateConnectionRequest.Builder
Overrides

build()

public CreatePrivateConnectionRequest build()
Returns
TypeDescription
CreatePrivateConnectionRequest

buildPartial()

public CreatePrivateConnectionRequest buildPartial()
Returns
TypeDescription
CreatePrivateConnectionRequest

clear()

public CreatePrivateConnectionRequest.Builder clear()
Returns
TypeDescription
CreatePrivateConnectionRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public CreatePrivateConnectionRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
CreatePrivateConnectionRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public CreatePrivateConnectionRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
CreatePrivateConnectionRequest.Builder
Overrides

clearParent()

public CreatePrivateConnectionRequest.Builder clearParent()

Required. The parent that owns the collection of PrivateConnections.

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

Returns
TypeDescription
CreatePrivateConnectionRequest.Builder

This builder for chaining.

clearPrivateConnection()

public CreatePrivateConnectionRequest.Builder clearPrivateConnection()

Required. The Private Connectivity resource to create.

.google.cloud.datastream.v1alpha1.PrivateConnection private_connection = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CreatePrivateConnectionRequest.Builder

clearPrivateConnectionId()

public CreatePrivateConnectionRequest.Builder clearPrivateConnectionId()

Required. The private connectivity identifier.

string private_connection_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CreatePrivateConnectionRequest.Builder

This builder for chaining.

clearRequestId()

public CreatePrivateConnectionRequest.Builder clearRequestId()

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.

For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.

The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
CreatePrivateConnectionRequest.Builder

This builder for chaining.

clone()

public CreatePrivateConnectionRequest.Builder clone()
Returns
TypeDescription
CreatePrivateConnectionRequest.Builder
Overrides

getDefaultInstanceForType()

public CreatePrivateConnectionRequest getDefaultInstanceForType()
Returns
TypeDescription
CreatePrivateConnectionRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getParent()

public String getParent()

Required. The parent that owns the collection of PrivateConnections.

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent that owns the collection of PrivateConnections.

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

Returns
TypeDescription
ByteString

The bytes for parent.

getPrivateConnection()

public PrivateConnection getPrivateConnection()

Required. The Private Connectivity resource to create.

.google.cloud.datastream.v1alpha1.PrivateConnection private_connection = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PrivateConnection

The privateConnection.

getPrivateConnectionBuilder()

public PrivateConnection.Builder getPrivateConnectionBuilder()

Required. The Private Connectivity resource to create.

.google.cloud.datastream.v1alpha1.PrivateConnection private_connection = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PrivateConnection.Builder

getPrivateConnectionId()

public String getPrivateConnectionId()

Required. The private connectivity identifier.

string private_connection_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The privateConnectionId.

getPrivateConnectionIdBytes()

public ByteString getPrivateConnectionIdBytes()

Required. The private connectivity identifier.

string private_connection_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for privateConnectionId.

getPrivateConnectionOrBuilder()

public PrivateConnectionOrBuilder getPrivateConnectionOrBuilder()

Required. The Private Connectivity resource to create.

.google.cloud.datastream.v1alpha1.PrivateConnection private_connection = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PrivateConnectionOrBuilder

getRequestId()

public String getRequestId()

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.

For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.

The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The requestId.

getRequestIdBytes()

public ByteString getRequestIdBytes()

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.

For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.

The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for requestId.

hasPrivateConnection()

public boolean hasPrivateConnection()

Required. The Private Connectivity resource to create.

.google.cloud.datastream.v1alpha1.PrivateConnection private_connection = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the privateConnection field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CreatePrivateConnectionRequest other)

public CreatePrivateConnectionRequest.Builder mergeFrom(CreatePrivateConnectionRequest other)
Parameter
NameDescription
otherCreatePrivateConnectionRequest
Returns
TypeDescription
CreatePrivateConnectionRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreatePrivateConnectionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreatePrivateConnectionRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public CreatePrivateConnectionRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
CreatePrivateConnectionRequest.Builder
Overrides

mergePrivateConnection(PrivateConnection value)

public CreatePrivateConnectionRequest.Builder mergePrivateConnection(PrivateConnection value)

Required. The Private Connectivity resource to create.

.google.cloud.datastream.v1alpha1.PrivateConnection private_connection = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuePrivateConnection
Returns
TypeDescription
CreatePrivateConnectionRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CreatePrivateConnectionRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CreatePrivateConnectionRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public CreatePrivateConnectionRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CreatePrivateConnectionRequest.Builder
Overrides

setParent(String value)

public CreatePrivateConnectionRequest.Builder setParent(String value)

Required. The parent that owns the collection of PrivateConnections.

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

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
CreatePrivateConnectionRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreatePrivateConnectionRequest.Builder setParentBytes(ByteString value)

Required. The parent that owns the collection of PrivateConnections.

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

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
CreatePrivateConnectionRequest.Builder

This builder for chaining.

setPrivateConnection(PrivateConnection value)

public CreatePrivateConnectionRequest.Builder setPrivateConnection(PrivateConnection value)

Required. The Private Connectivity resource to create.

.google.cloud.datastream.v1alpha1.PrivateConnection private_connection = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuePrivateConnection
Returns
TypeDescription
CreatePrivateConnectionRequest.Builder

setPrivateConnection(PrivateConnection.Builder builderForValue)

public CreatePrivateConnectionRequest.Builder setPrivateConnection(PrivateConnection.Builder builderForValue)

Required. The Private Connectivity resource to create.

.google.cloud.datastream.v1alpha1.PrivateConnection private_connection = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValuePrivateConnection.Builder
Returns
TypeDescription
CreatePrivateConnectionRequest.Builder

setPrivateConnectionId(String value)

public CreatePrivateConnectionRequest.Builder setPrivateConnectionId(String value)

Required. The private connectivity identifier.

string private_connection_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The privateConnectionId to set.

Returns
TypeDescription
CreatePrivateConnectionRequest.Builder

This builder for chaining.

setPrivateConnectionIdBytes(ByteString value)

public CreatePrivateConnectionRequest.Builder setPrivateConnectionIdBytes(ByteString value)

Required. The private connectivity identifier.

string private_connection_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for privateConnectionId to set.

Returns
TypeDescription
CreatePrivateConnectionRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public CreatePrivateConnectionRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
CreatePrivateConnectionRequest.Builder
Overrides

setRequestId(String value)

public CreatePrivateConnectionRequest.Builder setRequestId(String value)

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.

For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.

The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The requestId to set.

Returns
TypeDescription
CreatePrivateConnectionRequest.Builder

This builder for chaining.

setRequestIdBytes(ByteString value)

public CreatePrivateConnectionRequest.Builder setRequestIdBytes(ByteString value)

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.

For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.

The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for requestId to set.

Returns
TypeDescription
CreatePrivateConnectionRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final CreatePrivateConnectionRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CreatePrivateConnectionRequest.Builder
Overrides