public interface ConvertConversionWorkspaceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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}.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }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) = { ... }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];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];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];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];Copyright © 2024 Google LLC. All rights reserved.