Package com.google.cloud.clouddms.v1
Interface ConvertConversionWorkspaceRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConvertConversionWorkspaceRequest
,ConvertConversionWorkspaceRequest.Builder
public interface ConvertConversionWorkspaceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getAutoCommit()
Optional.boolean
getConvertFullPath()
Optional.String
getFilter()
Optional.com.google.protobuf.ByteString
getFilterBytes()
Optional.String
getName()
Name of the conversion workspace resource to convert in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.com.google.protobuf.ByteString
getNameBytes()
Name of the conversion workspace resource to convert in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.-
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 convert 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 convert 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()
Optional. Specifies whether the conversion workspace is to be committed automatically after the conversion.
bool auto_commit = 4 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The autoCommit.
-
getFilter
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:
- The filter.
-
getFilterBytes
com.google.protobuf.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:
- The bytes for filter.
-
getConvertFullPath
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:
- The convertFullPath.
-
-