public interface ApplyConversionWorkspaceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutoCommit()
Optional.
|
String |
getConnectionProfile()
Optional.
|
com.google.protobuf.ByteString |
getConnectionProfileBytes()
Optional.
|
ApplyConversionWorkspaceRequest.DestinationCase |
getDestinationCase() |
boolean |
getDryRun()
Optional.
|
String |
getFilter()
Filter which entities to apply.
|
com.google.protobuf.ByteString |
getFilterBytes()
Filter which entities to apply.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
boolean |
hasConnectionProfile()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
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) = { ... }
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;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;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];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];boolean hasConnectionProfile()
Optional. Fully qualified (Uri) name of the destination connection profile.
string connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];String getConnectionProfile()
Optional. Fully qualified (Uri) name of the destination connection profile.
string connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getConnectionProfileBytes()
Optional. Fully qualified (Uri) name of the destination connection profile.
string connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];ApplyConversionWorkspaceRequest.DestinationCase getDestinationCase()
Copyright © 2024 Google LLC. All rights reserved.