Interface CreatePrivateConnectionRequestOrBuilder (2.35.0)

public interface CreatePrivateConnectionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract 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 abstract 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 abstract PrivateConnection getPrivateConnection()

Required. The private connection resource to create.

.google.cloud.clouddms.v1.PrivateConnection private_connection = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PrivateConnection

The privateConnection.

getPrivateConnectionId()

public abstract String getPrivateConnectionId()

Required. The private connection identifier.

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

Returns
TypeDescription
String

The privateConnectionId.

getPrivateConnectionIdBytes()

public abstract ByteString getPrivateConnectionIdBytes()

Required. The private connection identifier.

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

Returns
TypeDescription
ByteString

The bytes for privateConnectionId.

getPrivateConnectionOrBuilder()

public abstract PrivateConnectionOrBuilder getPrivateConnectionOrBuilder()

Required. The private connection resource to create.

.google.cloud.clouddms.v1.PrivateConnection private_connection = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PrivateConnectionOrBuilder

getRequestId()

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

Returns
TypeDescription
String

The requestId.

getRequestIdBytes()

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

Returns
TypeDescription
ByteString

The bytes for requestId.

getSkipValidation()

public abstract boolean getSkipValidation()

Optional. If set to true, will skip validations.

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

Returns
TypeDescription
boolean

The skipValidation.

hasPrivateConnection()

public abstract boolean hasPrivateConnection()

Required. The private connection resource to create.

.google.cloud.clouddms.v1.PrivateConnection private_connection = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the privateConnection field is set.