Interface ConvertConversionWorkspaceRequestOrBuilder (2.38.0)

public interface ConvertConversionWorkspaceRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAutoCommit()

public abstract boolean getAutoCommit()

Optional. Specifies whether the conversion workspace is to be committed automatically after the conversion.

bool auto_commit = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The autoCommit.

getConvertFullPath()

public abstract boolean getConvertFullPath()

Optional. Automatically convert the full entity path for each entity specified by the filter. For example, if the filter specifies a table, that table schema (and database if there is one) will also be converted.

bool convert_full_path = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The convertFullPath.

getFilter()

public abstract String getFilter()

Optional. Filter the entities to convert. Leaving this field empty will convert all of the entities. Supports Google AIP-160 style filtering.

string filter = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The filter.

getFilterBytes()

public abstract ByteString getFilterBytes()

Optional. Filter the entities to convert. Leaving this field empty will convert all of the entities. Supports Google AIP-160 style filtering.

string filter = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for filter.

getName()

public abstract String getName()

Name of the conversion workspace resource to convert in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.

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

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the conversion workspace resource to convert in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.

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

Returns
TypeDescription
ByteString

The bytes for name.