Package com.google.cloud.clouddms.v1
Interface ApplyConversionWorkspaceRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApplyConversionWorkspaceRequest,ApplyConversionWorkspaceRequest.Builder
public interface ApplyConversionWorkspaceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAutoCommit()Optional.StringgetConnectionProfile()Optional.com.google.protobuf.ByteStringgetConnectionProfileBytes()Optional.ApplyConversionWorkspaceRequest.DestinationCasegetDestinationCase()booleangetDryRun()Optional.StringgetFilter()Filter which entities to apply.com.google.protobuf.ByteStringgetFilterBytes()Filter which entities to apply.StringgetName()Required.com.google.protobuf.ByteStringgetNameBytes()Required.booleanhasConnectionProfile()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()
Required. The name of the conversion workspace resource for which to apply the draft tree. Must be in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Required. The name of the conversion workspace resource for which to apply the draft tree. Must be in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for name.
-
getFilter
String getFilter()
Filter which entities to apply. Leaving this field empty will apply all of the entities. Supports Google AIP 160 based filtering.
string filter = 2;- Returns:
- The filter.
-
getFilterBytes
com.google.protobuf.ByteString getFilterBytes()
Filter which entities to apply. Leaving this field empty will apply all of the entities. Supports Google AIP 160 based filtering.
string filter = 2;- Returns:
- The bytes for filter.
-
getDryRun
boolean getDryRun()
Optional. Only validates the apply process, but doesn't change the destination database. Only works for PostgreSQL destination connection profile.
bool dry_run = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The dryRun.
-
getAutoCommit
boolean getAutoCommit()
Optional. Specifies whether the conversion workspace is to be committed automatically after the apply.
bool auto_commit = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The autoCommit.
-
hasConnectionProfile
boolean hasConnectionProfile()
Optional. Fully qualified (Uri) name of the destination connection profile.
string connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the connectionProfile field is set.
-
getConnectionProfile
String getConnectionProfile()
Optional. Fully qualified (Uri) name of the destination connection profile.
string connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The connectionProfile.
-
getConnectionProfileBytes
com.google.protobuf.ByteString getConnectionProfileBytes()
Optional. Fully qualified (Uri) name of the destination connection profile.
string connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for connectionProfile.
-
getDestinationCase
ApplyConversionWorkspaceRequest.DestinationCase getDestinationCase()
-
-