public final class ConvertConversionWorkspaceRequest extends GeneratedMessageV3 implements ConvertConversionWorkspaceRequestOrBuilder
Request message for 'ConvertConversionWorkspace' request.
Protobuf type google.cloud.clouddms.v1.ConvertConversionWorkspaceRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
AUTO_COMMIT_FIELD_NUMBER
public static final int AUTO_COMMIT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
CONVERT_FULL_PATH_FIELD_NUMBER
public static final int CONVERT_FULL_PATH_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
FILTER_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static ConvertConversionWorkspaceRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ConvertConversionWorkspaceRequest.Builder newBuilder()
newBuilder(ConvertConversionWorkspaceRequest prototype)
public static ConvertConversionWorkspaceRequest.Builder newBuilder(ConvertConversionWorkspaceRequest prototype)
public static ConvertConversionWorkspaceRequest parseDelimitedFrom(InputStream input)
public static ConvertConversionWorkspaceRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ConvertConversionWorkspaceRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ConvertConversionWorkspaceRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ConvertConversionWorkspaceRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ConvertConversionWorkspaceRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ConvertConversionWorkspaceRequest parseFrom(CodedInputStream input)
public static ConvertConversionWorkspaceRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ConvertConversionWorkspaceRequest parseFrom(InputStream input)
public static ConvertConversionWorkspaceRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ConvertConversionWorkspaceRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ConvertConversionWorkspaceRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ConvertConversionWorkspaceRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getAutoCommit()
public 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 |
---|
Type | Description |
boolean | The autoCommit.
|
getConvertFullPath()
public 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 |
---|
Type | Description |
boolean | The convertFullPath.
|
getDefaultInstanceForType()
public ConvertConversionWorkspaceRequest getDefaultInstanceForType()
getFilter()
public 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 |
---|
Type | Description |
String | The filter.
|
getFilterBytes()
public 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 |
---|
Type | Description |
ByteString | The bytes for filter.
|
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 |
---|
Type | Description |
String | The name.
|
getNameBytes()
public 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 |
---|
Type | Description |
ByteString | The bytes for name.
|
getParserForType()
public Parser<ConvertConversionWorkspaceRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ConvertConversionWorkspaceRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ConvertConversionWorkspaceRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ConvertConversionWorkspaceRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides