Reference documentation and code samples for the Google Cloud Dms V1 Client class DescribeDatabaseEntitiesRequest.
Request message for 'DescribeDatabaseEntities' request.
Generated from protobuf message google.cloud.clouddms.v1.DescribeDatabaseEntitiesRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ conversion_workspace
string
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}.
↳ page_size
int
The maximum number of entities to return. The service may return fewer entities than the value specifies.
↳ page_token
string
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.
↳ tree
int
The tree to fetch.
↳ uncommitted
bool
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.
↳ commit_id
string
Request a specific commit ID. If not specified, the entities from the latest commit are returned.
↳ filter
string
Filter the returned entities based on AIP-160 standard.
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
setConversionWorkspace
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}.
var
string
$this
getPageSize
The maximum number of entities to return. The service may return fewer entities than the value specifies.
int
setPageSize
The maximum number of entities to return. The service may return fewer entities than the value specifies.
var
int
$this
getPageToken
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
setPageToken
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.
var
string
$this
getTree
The tree to fetch.
int
setTree
The tree to fetch.
var
int
$this
getUncommitted
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
setUncommitted
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.
var
bool
$this
getCommitId
Request a specific commit ID. If not specified, the entities from the latest commit are returned.
string
setCommitId
Request a specific commit ID. If not specified, the entities from the latest commit are returned.
var
string
$this
getFilter
Filter the returned entities based on AIP-160 standard.
string
setFilter
Filter the returned entities based on AIP-160 standard.
var
string
$this