public static final class SeedConversionWorkspaceRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SeedConversionWorkspaceRequest.Builder> implements SeedConversionWorkspaceRequestOrBuilder
Request message for 'SeedConversionWorkspace' request.Protobuf type
google.cloud.clouddms.v1.SeedConversionWorkspaceRequest| Modifier and Type | Method and Description |
|---|---|
SeedConversionWorkspaceRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SeedConversionWorkspaceRequest |
build() |
SeedConversionWorkspaceRequest |
buildPartial() |
SeedConversionWorkspaceRequest.Builder |
clear() |
SeedConversionWorkspaceRequest.Builder |
clearAutoCommit()
Should the conversion workspace be committed automatically after the
seed operation.
|
SeedConversionWorkspaceRequest.Builder |
clearDestinationConnectionProfile()
Optional.
|
SeedConversionWorkspaceRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SeedConversionWorkspaceRequest.Builder |
clearName()
Name of the conversion workspace resource to seed with new database
structure, in the form of:
projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
|
SeedConversionWorkspaceRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SeedConversionWorkspaceRequest.Builder |
clearSeedFrom() |
SeedConversionWorkspaceRequest.Builder |
clearSourceConnectionProfile()
Optional.
|
SeedConversionWorkspaceRequest.Builder |
clone() |
boolean |
getAutoCommit()
Should the conversion workspace be committed automatically after the
seed operation.
|
SeedConversionWorkspaceRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SeedConversionWorkspaceRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SeedConversionWorkspaceRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
SeedConversionWorkspaceRequest.Builder |
mergeFrom(SeedConversionWorkspaceRequest other) |
SeedConversionWorkspaceRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SeedConversionWorkspaceRequest.Builder |
setAutoCommit(boolean value)
Should the conversion workspace be committed automatically after the
seed operation.
|
SeedConversionWorkspaceRequest.Builder |
setDestinationConnectionProfile(String value)
Optional.
|
SeedConversionWorkspaceRequest.Builder |
setDestinationConnectionProfileBytes(com.google.protobuf.ByteString value)
Optional.
|
SeedConversionWorkspaceRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SeedConversionWorkspaceRequest.Builder |
setName(String value)
Name of the conversion workspace resource to seed with new database
structure, in the form of:
projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
|
SeedConversionWorkspaceRequest.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Name of the conversion workspace resource to seed with new database
structure, in the form of:
projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
|
SeedConversionWorkspaceRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SeedConversionWorkspaceRequest.Builder |
setSourceConnectionProfile(String value)
Optional.
|
SeedConversionWorkspaceRequest.Builder |
setSourceConnectionProfileBytes(com.google.protobuf.ByteString value)
Optional.
|
SeedConversionWorkspaceRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SeedConversionWorkspaceRequest.Builder>public SeedConversionWorkspaceRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<SeedConversionWorkspaceRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SeedConversionWorkspaceRequest.Builder>public SeedConversionWorkspaceRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SeedConversionWorkspaceRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SeedConversionWorkspaceRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SeedConversionWorkspaceRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<SeedConversionWorkspaceRequest.Builder>public SeedConversionWorkspaceRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<SeedConversionWorkspaceRequest.Builder>public SeedConversionWorkspaceRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<SeedConversionWorkspaceRequest.Builder>public SeedConversionWorkspaceRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SeedConversionWorkspaceRequest.Builder>public SeedConversionWorkspaceRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SeedConversionWorkspaceRequest.Builder>public SeedConversionWorkspaceRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SeedConversionWorkspaceRequest.Builder>public SeedConversionWorkspaceRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SeedConversionWorkspaceRequest.Builder>public SeedConversionWorkspaceRequest.Builder mergeFrom(SeedConversionWorkspaceRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SeedConversionWorkspaceRequest.Builder>public SeedConversionWorkspaceRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SeedConversionWorkspaceRequest.Builder>IOExceptionpublic SeedConversionWorkspaceRequest.SeedFromCase getSeedFromCase()
getSeedFromCase in interface SeedConversionWorkspaceRequestOrBuilderpublic SeedConversionWorkspaceRequest.Builder clearSeedFrom()
public 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}.
string name = 1 [(.google.api.resource_reference) = { ... }getName in interface SeedConversionWorkspaceRequestOrBuilderpublic 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) = { ... }getNameBytes in interface SeedConversionWorkspaceRequestOrBuilderpublic SeedConversionWorkspaceRequest.Builder setName(String value)
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) = { ... }value - The name to set.public SeedConversionWorkspaceRequest.Builder clearName()
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) = { ... }public SeedConversionWorkspaceRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
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) = { ... }value - The bytes for name to set.public boolean getAutoCommit()
Should the conversion workspace be committed automatically after the seed operation.
bool auto_commit = 2;getAutoCommit in interface SeedConversionWorkspaceRequestOrBuilderpublic SeedConversionWorkspaceRequest.Builder setAutoCommit(boolean value)
Should the conversion workspace be committed automatically after the seed operation.
bool auto_commit = 2;value - The autoCommit to set.public SeedConversionWorkspaceRequest.Builder clearAutoCommit()
Should the conversion workspace be committed automatically after the seed operation.
bool auto_commit = 2;public boolean hasSourceConnectionProfile()
Optional. Fully qualified (Uri) name of the source connection profile.
string source_connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];
hasSourceConnectionProfile in interface SeedConversionWorkspaceRequestOrBuilderpublic String getSourceConnectionProfile()
Optional. Fully qualified (Uri) name of the source connection profile.
string source_connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];
getSourceConnectionProfile in interface SeedConversionWorkspaceRequestOrBuilderpublic 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];
getSourceConnectionProfileBytes in interface SeedConversionWorkspaceRequestOrBuilderpublic SeedConversionWorkspaceRequest.Builder setSourceConnectionProfile(String value)
Optional. Fully qualified (Uri) name of the source connection profile.
string source_connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];
value - The sourceConnectionProfile to set.public SeedConversionWorkspaceRequest.Builder clearSourceConnectionProfile()
Optional. Fully qualified (Uri) name of the source connection profile.
string source_connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];
public SeedConversionWorkspaceRequest.Builder setSourceConnectionProfileBytes(com.google.protobuf.ByteString value)
Optional. Fully qualified (Uri) name of the source connection profile.
string source_connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];
value - The bytes for sourceConnectionProfile to set.public boolean hasDestinationConnectionProfile()
Optional. Fully qualified (Uri) name of the destination connection profile.
string destination_connection_profile = 101 [(.google.api.field_behavior) = OPTIONAL];
hasDestinationConnectionProfile in interface SeedConversionWorkspaceRequestOrBuilderpublic String getDestinationConnectionProfile()
Optional. Fully qualified (Uri) name of the destination connection profile.
string destination_connection_profile = 101 [(.google.api.field_behavior) = OPTIONAL];
getDestinationConnectionProfile in interface SeedConversionWorkspaceRequestOrBuilderpublic 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];
getDestinationConnectionProfileBytes in interface SeedConversionWorkspaceRequestOrBuilderpublic SeedConversionWorkspaceRequest.Builder setDestinationConnectionProfile(String value)
Optional. Fully qualified (Uri) name of the destination connection profile.
string destination_connection_profile = 101 [(.google.api.field_behavior) = OPTIONAL];
value - The destinationConnectionProfile to set.public SeedConversionWorkspaceRequest.Builder clearDestinationConnectionProfile()
Optional. Fully qualified (Uri) name of the destination connection profile.
string destination_connection_profile = 101 [(.google.api.field_behavior) = OPTIONAL];
public SeedConversionWorkspaceRequest.Builder setDestinationConnectionProfileBytes(com.google.protobuf.ByteString value)
Optional. Fully qualified (Uri) name of the destination connection profile.
string destination_connection_profile = 101 [(.google.api.field_behavior) = OPTIONAL];
value - The bytes for destinationConnectionProfile to set.public final SeedConversionWorkspaceRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SeedConversionWorkspaceRequest.Builder>public final SeedConversionWorkspaceRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SeedConversionWorkspaceRequest.Builder>Copyright © 2024 Google LLC. All rights reserved.