Package com.google.cloud.clouddms.v1
Interface SeedConversionWorkspaceRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SeedConversionWorkspaceRequest
,SeedConversionWorkspaceRequest.Builder
public interface SeedConversionWorkspaceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getAutoCommit()
Should the conversion workspace be committed automatically after the seed operation.String
getDestinationConnectionProfile()
Optional.com.google.protobuf.ByteString
getDestinationConnectionProfileBytes()
Optional.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}.com.google.protobuf.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}.SeedConversionWorkspaceRequest.SeedFromCase
getSeedFromCase()
String
getSourceConnectionProfile()
Optional.com.google.protobuf.ByteString
getSourceConnectionProfileBytes()
Optional.boolean
hasDestinationConnectionProfile()
Optional.boolean
hasSourceConnectionProfile()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
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:
- The name.
-
getNameBytes
com.google.protobuf.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:
- The bytes for name.
-
getAutoCommit
boolean getAutoCommit()
Should the conversion workspace be committed automatically after the seed operation.
bool auto_commit = 2;
- Returns:
- The autoCommit.
-
hasSourceConnectionProfile
boolean hasSourceConnectionProfile()
Optional. Fully qualified (Uri) name of the source connection profile.
string source_connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- Whether the sourceConnectionProfile field is set.
-
getSourceConnectionProfile
String getSourceConnectionProfile()
Optional. Fully qualified (Uri) name of the source connection profile.
string source_connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The sourceConnectionProfile.
-
getSourceConnectionProfileBytes
com.google.protobuf.ByteString getSourceConnectionProfileBytes()
Optional. Fully qualified (Uri) name of the source connection profile.
string source_connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for sourceConnectionProfile.
-
hasDestinationConnectionProfile
boolean hasDestinationConnectionProfile()
Optional. Fully qualified (Uri) name of the destination connection profile.
string destination_connection_profile = 101 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- Whether the destinationConnectionProfile field is set.
-
getDestinationConnectionProfile
String getDestinationConnectionProfile()
Optional. Fully qualified (Uri) name of the destination connection profile.
string destination_connection_profile = 101 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The destinationConnectionProfile.
-
getDestinationConnectionProfileBytes
com.google.protobuf.ByteString getDestinationConnectionProfileBytes()
Optional. Fully qualified (Uri) name of the destination connection profile.
string destination_connection_profile = 101 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for destinationConnectionProfile.
-
getSeedFromCase
SeedConversionWorkspaceRequest.SeedFromCase getSeedFromCase()
-
-