Interface CreateConversionWorkspaceRequestOrBuilder (2.32.0)

public interface CreateConversionWorkspaceRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConversionWorkspace()

public abstract ConversionWorkspace getConversionWorkspace()

Required. Represents a conversion workspace object.

.google.cloud.clouddms.v1.ConversionWorkspace conversion_workspace = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ConversionWorkspace

The conversionWorkspace.

getConversionWorkspaceId()

public abstract String getConversionWorkspaceId()

Required. The ID of the conversion workspace to create.

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

Returns
TypeDescription
String

The conversionWorkspaceId.

getConversionWorkspaceIdBytes()

public abstract ByteString getConversionWorkspaceIdBytes()

Required. The ID of the conversion workspace to create.

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

Returns
TypeDescription
ByteString

The bytes for conversionWorkspaceId.

getConversionWorkspaceOrBuilder()

public abstract ConversionWorkspaceOrBuilder getConversionWorkspaceOrBuilder()

Required. Represents a conversion workspace object.

.google.cloud.clouddms.v1.ConversionWorkspace conversion_workspace = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ConversionWorkspaceOrBuilder

getParent()

public abstract String getParent()

Required. The parent which owns this collection of conversion workspaces.

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 conversion workspaces.

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 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;

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 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;

Returns
TypeDescription
ByteString

The bytes for requestId.

hasConversionWorkspace()

public abstract boolean hasConversionWorkspace()

Required. Represents a conversion workspace object.

.google.cloud.clouddms.v1.ConversionWorkspace conversion_workspace = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the conversionWorkspace field is set.