Interface SeedConversionWorkspaceRequestOrBuilder (2.20.0)

public interface SeedConversionWorkspaceRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAutoCommit()

public abstract boolean getAutoCommit()

Should the conversion workspace be committed automatically after the seed operation.

bool auto_commit = 2;

Returns
TypeDescription
boolean

The autoCommit.

getDestinationConnectionProfile()

public abstract String getDestinationConnectionProfile()

Fully qualified (Uri) name of the destination connection profile.

string destination_connection_profile = 101;

Returns
TypeDescription
String

The destinationConnectionProfile.

getDestinationConnectionProfileBytes()

public abstract ByteString getDestinationConnectionProfileBytes()

Fully qualified (Uri) name of the destination connection profile.

string destination_connection_profile = 101;

Returns
TypeDescription
ByteString

The bytes for destinationConnectionProfile.

getName()

public abstract String getName()

Name of the conversion workspace resource to seed with new database structure, 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 seed with new database structure, 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.

getSeedFromCase()

public abstract SeedConversionWorkspaceRequest.SeedFromCase getSeedFromCase()

getSourceConnectionProfile()

public abstract String getSourceConnectionProfile()

Fully qualified (Uri) name of the source connection profile.

string source_connection_profile = 100;

Returns
TypeDescription
String

The sourceConnectionProfile.

getSourceConnectionProfileBytes()

public abstract ByteString getSourceConnectionProfileBytes()

Fully qualified (Uri) name of the source connection profile.

string source_connection_profile = 100;

Returns
TypeDescription
ByteString

The bytes for sourceConnectionProfile.

hasDestinationConnectionProfile()

public abstract boolean hasDestinationConnectionProfile()

Fully qualified (Uri) name of the destination connection profile.

string destination_connection_profile = 101;

Returns
TypeDescription
boolean

Whether the destinationConnectionProfile field is set.

hasSourceConnectionProfile()

public abstract boolean hasSourceConnectionProfile()

Fully qualified (Uri) name of the source connection profile.

string source_connection_profile = 100;

Returns
TypeDescription
boolean

Whether the sourceConnectionProfile field is set.