Interface CreateConnectionProfileRequestOrBuilder (2.7.0)

public interface CreateConnectionProfileRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnectionProfile()

public abstract ConnectionProfile getConnectionProfile()

Required. The create request body including the connection profile data

.google.cloud.clouddms.v1.ConnectionProfile connection_profile = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ConnectionProfile

The connectionProfile.

getConnectionProfileId()

public abstract String getConnectionProfileId()

Required. The connection profile identifier.

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

Returns
TypeDescription
String

The connectionProfileId.

getConnectionProfileIdBytes()

public abstract ByteString getConnectionProfileIdBytes()

Required. The connection profile identifier.

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

Returns
TypeDescription
ByteString

The bytes for connectionProfileId.

getConnectionProfileOrBuilder()

public abstract ConnectionProfileOrBuilder getConnectionProfileOrBuilder()

Required. The create request body including the connection profile data

.google.cloud.clouddms.v1.ConnectionProfile connection_profile = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ConnectionProfileOrBuilder

getParent()

public abstract String getParent()

Required. The parent, which owns this collection of connection profiles.

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, which owns this collection of connection profiles.

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

Returns
TypeDescription
ByteString

The bytes for parent.

getRequestId()

public abstract 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 = 4;

Returns
TypeDescription
String

The requestId.

getRequestIdBytes()

public abstract 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 = 4;

Returns
TypeDescription
ByteString

The bytes for requestId.

hasConnectionProfile()

public abstract boolean hasConnectionProfile()

Required. The create request body including the connection profile data

.google.cloud.clouddms.v1.ConnectionProfile connection_profile = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the connectionProfile field is set.