- 2.52.0 (latest)
- 2.51.0
- 2.50.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.8
- 2.1.9
public static final class DescribeDatabaseEntitiesRequest.Builder extends GeneratedMessageV3.Builder<DescribeDatabaseEntitiesRequest.Builder> implements DescribeDatabaseEntitiesRequestOrBuilder
Request message for 'DescribeDatabaseEntities' request.
Protobuf type google.cloud.clouddms.v1.DescribeDatabaseEntitiesRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DescribeDatabaseEntitiesRequest.BuilderImplements
DescribeDatabaseEntitiesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DescribeDatabaseEntitiesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
build()
public DescribeDatabaseEntitiesRequest build()
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest |
buildPartial()
public DescribeDatabaseEntitiesRequest buildPartial()
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest |
clear()
public DescribeDatabaseEntitiesRequest.Builder clear()
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
clearCommitId()
public DescribeDatabaseEntitiesRequest.Builder clearCommitId()
Optional. Request a specific commit ID. If not specified, the entities from the latest commit are returned.
string commit_id = 12 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |
clearConversionWorkspace()
public DescribeDatabaseEntitiesRequest.Builder clearConversionWorkspace()
Required. Name of the conversion workspace resource whose database entities are described. Must be in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
string conversion_workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public DescribeDatabaseEntitiesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
clearFilter()
public DescribeDatabaseEntitiesRequest.Builder clearFilter()
Optional. Filter the returned entities based on AIP-160 standard.
string filter = 13 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DescribeDatabaseEntitiesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
clearPageSize()
public DescribeDatabaseEntitiesRequest.Builder clearPageSize()
Optional. The maximum number of entities to return. The service may return fewer entities than the value specifies.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |
clearPageToken()
public DescribeDatabaseEntitiesRequest.Builder clearPageToken()
Optional. The nextPageToken value received in the previous call to conversionWorkspace.describeDatabaseEntities, used in the subsequent request to retrieve the next page of results. On first call this should be left blank. When paginating, all other parameters provided to conversionWorkspace.describeDatabaseEntities must match the call that provided the page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |
clearTree()
public DescribeDatabaseEntitiesRequest.Builder clearTree()
Required. The tree to fetch.
.google.cloud.clouddms.v1.DescribeDatabaseEntitiesRequest.DBTreeType tree = 6 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |
clearUncommitted()
public DescribeDatabaseEntitiesRequest.Builder clearUncommitted()
Optional. Whether to retrieve the latest committed version of the entities or the latest version. This field is ignored if a specific commit_id is specified.
bool uncommitted = 11 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |
clearView()
public DescribeDatabaseEntitiesRequest.Builder clearView()
Optional. Results view based on AIP-157
.google.cloud.clouddms.v1.DatabaseEntityView view = 14 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |
clone()
public DescribeDatabaseEntitiesRequest.Builder clone()
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
getCommitId()
public String getCommitId()
Optional. Request a specific commit ID. If not specified, the entities from the latest commit are returned.
string commit_id = 12 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The commitId. |
getCommitIdBytes()
public ByteString getCommitIdBytes()
Optional. Request a specific commit ID. If not specified, the entities from the latest commit are returned.
string commit_id = 12 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for commitId. |
getConversionWorkspace()
public String getConversionWorkspace()
Required. Name of the conversion workspace resource whose database entities are described. Must be in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
string conversion_workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The conversionWorkspace. |
getConversionWorkspaceBytes()
public ByteString getConversionWorkspaceBytes()
Required. Name of the conversion workspace resource whose database entities are described. Must be in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
string conversion_workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for conversionWorkspace. |
getDefaultInstanceForType()
public DescribeDatabaseEntitiesRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getFilter()
public String getFilter()
Optional. Filter the returned entities based on AIP-160 standard.
string filter = 13 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes()
Optional. Filter the returned entities based on AIP-160 standard.
string filter = 13 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for filter. |
getPageSize()
public int getPageSize()
Optional. The maximum number of entities to return. The service may return fewer entities than the value specifies.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()
Optional. The nextPageToken value received in the previous call to conversionWorkspace.describeDatabaseEntities, used in the subsequent request to retrieve the next page of results. On first call this should be left blank. When paginating, all other parameters provided to conversionWorkspace.describeDatabaseEntities must match the call that provided the page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
Optional. The nextPageToken value received in the previous call to conversionWorkspace.describeDatabaseEntities, used in the subsequent request to retrieve the next page of results. On first call this should be left blank. When paginating, all other parameters provided to conversionWorkspace.describeDatabaseEntities must match the call that provided the page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for pageToken. |
getTree()
public DescribeDatabaseEntitiesRequest.DBTreeType getTree()
Required. The tree to fetch.
.google.cloud.clouddms.v1.DescribeDatabaseEntitiesRequest.DBTreeType tree = 6 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.DBTreeType |
The tree. |
getTreeValue()
public int getTreeValue()
Required. The tree to fetch.
.google.cloud.clouddms.v1.DescribeDatabaseEntitiesRequest.DBTreeType tree = 6 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for tree. |
getUncommitted()
public boolean getUncommitted()
Optional. Whether to retrieve the latest committed version of the entities or the latest version. This field is ignored if a specific commit_id is specified.
bool uncommitted = 11 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The uncommitted. |
getView()
public DatabaseEntityView getView()
Optional. Results view based on AIP-157
.google.cloud.clouddms.v1.DatabaseEntityView view = 14 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DatabaseEntityView |
The view. |
getViewValue()
public int getViewValue()
Optional. Results view based on AIP-157
.google.cloud.clouddms.v1.DatabaseEntityView view = 14 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for view. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(DescribeDatabaseEntitiesRequest other)
public DescribeDatabaseEntitiesRequest.Builder mergeFrom(DescribeDatabaseEntitiesRequest other)
Parameter | |
---|---|
Name | Description |
other |
DescribeDatabaseEntitiesRequest |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DescribeDatabaseEntitiesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public DescribeDatabaseEntitiesRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DescribeDatabaseEntitiesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
setCommitId(String value)
public DescribeDatabaseEntitiesRequest.Builder setCommitId(String value)
Optional. Request a specific commit ID. If not specified, the entities from the latest commit are returned.
string commit_id = 12 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The commitId to set. |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |
setCommitIdBytes(ByteString value)
public DescribeDatabaseEntitiesRequest.Builder setCommitIdBytes(ByteString value)
Optional. Request a specific commit ID. If not specified, the entities from the latest commit are returned.
string commit_id = 12 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for commitId to set. |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |
setConversionWorkspace(String value)
public DescribeDatabaseEntitiesRequest.Builder setConversionWorkspace(String value)
Required. Name of the conversion workspace resource whose database entities are described. Must be in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
string conversion_workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The conversionWorkspace to set. |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |
setConversionWorkspaceBytes(ByteString value)
public DescribeDatabaseEntitiesRequest.Builder setConversionWorkspaceBytes(ByteString value)
Required. Name of the conversion workspace resource whose database entities are described. Must be in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
string conversion_workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for conversionWorkspace to set. |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public DescribeDatabaseEntitiesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
setFilter(String value)
public DescribeDatabaseEntitiesRequest.Builder setFilter(String value)
Optional. Filter the returned entities based on AIP-160 standard.
string filter = 13 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The filter to set. |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public DescribeDatabaseEntitiesRequest.Builder setFilterBytes(ByteString value)
Optional. Filter the returned entities based on AIP-160 standard.
string filter = 13 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for filter to set. |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public DescribeDatabaseEntitiesRequest.Builder setPageSize(int value)
Optional. The maximum number of entities to return. The service may return fewer entities than the value specifies.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
int The pageSize to set. |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public DescribeDatabaseEntitiesRequest.Builder setPageToken(String value)
Optional. The nextPageToken value received in the previous call to conversionWorkspace.describeDatabaseEntities, used in the subsequent request to retrieve the next page of results. On first call this should be left blank. When paginating, all other parameters provided to conversionWorkspace.describeDatabaseEntities must match the call that provided the page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The pageToken to set. |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public DescribeDatabaseEntitiesRequest.Builder setPageTokenBytes(ByteString value)
Optional. The nextPageToken value received in the previous call to conversionWorkspace.describeDatabaseEntities, used in the subsequent request to retrieve the next page of results. On first call this should be left blank. When paginating, all other parameters provided to conversionWorkspace.describeDatabaseEntities must match the call that provided the page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for pageToken to set. |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DescribeDatabaseEntitiesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
setTree(DescribeDatabaseEntitiesRequest.DBTreeType value)
public DescribeDatabaseEntitiesRequest.Builder setTree(DescribeDatabaseEntitiesRequest.DBTreeType value)
Required. The tree to fetch.
.google.cloud.clouddms.v1.DescribeDatabaseEntitiesRequest.DBTreeType tree = 6 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
DescribeDatabaseEntitiesRequest.DBTreeType The tree to set. |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |
setTreeValue(int value)
public DescribeDatabaseEntitiesRequest.Builder setTreeValue(int value)
Required. The tree to fetch.
.google.cloud.clouddms.v1.DescribeDatabaseEntitiesRequest.DBTreeType tree = 6 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for tree to set. |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |
setUncommitted(boolean value)
public DescribeDatabaseEntitiesRequest.Builder setUncommitted(boolean value)
Optional. Whether to retrieve the latest committed version of the entities or the latest version. This field is ignored if a specific commit_id is specified.
bool uncommitted = 11 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
boolean The uncommitted to set. |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final DescribeDatabaseEntitiesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
setView(DatabaseEntityView value)
public DescribeDatabaseEntitiesRequest.Builder setView(DatabaseEntityView value)
Optional. Results view based on AIP-157
.google.cloud.clouddms.v1.DatabaseEntityView view = 14 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
DatabaseEntityView The view to set. |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |
setViewValue(int value)
public DescribeDatabaseEntitiesRequest.Builder setViewValue(int value)
Optional. Results view based on AIP-157
.google.cloud.clouddms.v1.DatabaseEntityView view = 14 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for view to set. |
Returns | |
---|---|
Type | Description |
DescribeDatabaseEntitiesRequest.Builder |
This builder for chaining. |