public interface ConvertConversionWorkspaceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAutoCommit()
public abstract boolean getAutoCommit()Specifies whether the conversion workspace is to be committed automatically after the conversion.
bool auto_commit = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
The autoCommit. |
getFilter()
public abstract String getFilter()Filter the entities to convert. Leaving this field empty will convert all of the entities. Supports Google AIP-160 style filtering.
string filter = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public abstract ByteString getFilterBytes()Filter the entities to convert. Leaving this field empty will convert all of the entities. Supports Google AIP-160 style filtering.
string filter = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getName()
public abstract String 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 abstract 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. |