public interface SeedConversionWorkspaceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }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) = { ... }boolean getAutoCommit()
Should the conversion workspace be committed automatically after the seed operation.
bool auto_commit = 2;boolean hasSourceConnectionProfile()
Optional. Fully qualified (Uri) name of the source connection profile.
string source_connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];String getSourceConnectionProfile()
Optional. Fully qualified (Uri) name of the source connection profile.
string source_connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];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];boolean hasDestinationConnectionProfile()
Optional. Fully qualified (Uri) name of the destination connection profile.
string destination_connection_profile = 101 [(.google.api.field_behavior) = OPTIONAL];
String getDestinationConnectionProfile()
Optional. Fully qualified (Uri) name of the destination connection profile.
string destination_connection_profile = 101 [(.google.api.field_behavior) = OPTIONAL];
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];
SeedConversionWorkspaceRequest.SeedFromCase getSeedFromCase()
Copyright © 2024 Google LLC. All rights reserved.