public interface DescribeDatabaseEntitiesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCommitId()
Optional.
|
com.google.protobuf.ByteString |
getCommitIdBytes()
Optional.
|
String |
getConversionWorkspace()
Required.
|
com.google.protobuf.ByteString |
getConversionWorkspaceBytes()
Required.
|
String |
getFilter()
Optional.
|
com.google.protobuf.ByteString |
getFilterBytes()
Optional.
|
int |
getPageSize()
Optional.
|
String |
getPageToken()
Optional.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Optional.
|
DescribeDatabaseEntitiesRequest.DBTreeType |
getTree()
Required.
|
int |
getTreeValue()
Required.
|
boolean |
getUncommitted()
Optional.
|
DatabaseEntityView |
getView()
Optional.
|
int |
getViewValue()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
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];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];com.google.protobuf.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];int getTreeValue()
Required. The tree to fetch.
.google.cloud.clouddms.v1.DescribeDatabaseEntitiesRequest.DBTreeType tree = 6 [(.google.api.field_behavior) = REQUIRED];
DescribeDatabaseEntitiesRequest.DBTreeType getTree()
Required. The tree to fetch.
.google.cloud.clouddms.v1.DescribeDatabaseEntitiesRequest.DBTreeType tree = 6 [(.google.api.field_behavior) = REQUIRED];
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];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];com.google.protobuf.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];String getFilter()
Optional. Filter the returned entities based on AIP-160 standard.
string filter = 13 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getFilterBytes()
Optional. Filter the returned entities based on AIP-160 standard.
string filter = 13 [(.google.api.field_behavior) = OPTIONAL];int getViewValue()
Optional. Results view based on AIP-157
.google.cloud.clouddms.v1.DatabaseEntityView view = 14 [(.google.api.field_behavior) = OPTIONAL];
DatabaseEntityView getView()
Optional. Results view based on AIP-157
.google.cloud.clouddms.v1.DatabaseEntityView view = 14 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.