Cloud Database Migration Service V1 API - Class Google::Cloud::CloudDMS::V1::DescribeDatabaseEntitiesRequest (v0.3.0)

Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::DescribeDatabaseEntitiesRequest.

Request message for 'DescribeDatabaseEntities' request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#commit_id

def commit_id() -> ::String
Returns
  • (::String) — Request a specific commit ID. If not specified, the entities from the latest commit are returned.

#commit_id=

def commit_id=(value) -> ::String
Parameter
  • value (::String) — Request a specific commit ID. If not specified, the entities from the latest commit are returned.
Returns
  • (::String) — Request a specific commit ID. If not specified, the entities from the latest commit are returned.

#conversion_workspace

def conversion_workspace() -> ::String
Returns
  • (::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}.

#conversion_workspace=

def conversion_workspace=(value) -> ::String
Parameter
  • value (::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}.
Returns
  • (::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}.

#filter

def filter() -> ::String
Returns
  • (::String) — Filter the returned entities based on AIP-160 standard.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Filter the returned entities based on AIP-160 standard.
Returns
  • (::String) — Filter the returned entities based on AIP-160 standard.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of entities to return. The service may return fewer entities than the value specifies.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of entities to return. The service may return fewer entities than the value specifies.
Returns
  • (::Integer) — The maximum number of entities to return. The service may return fewer entities than the value specifies.

#page_token

def page_token() -> ::String
Returns
  • (::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.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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

def tree() -> ::Google::Cloud::CloudDMS::V1::DescribeDatabaseEntitiesRequest::DBTreeType

#tree=

def tree=(value) -> ::Google::Cloud::CloudDMS::V1::DescribeDatabaseEntitiesRequest::DBTreeType

#uncommitted

def uncommitted() -> ::Boolean
Returns
  • (::Boolean) — 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.

#uncommitted=

def uncommitted=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.
Returns
  • (::Boolean) — 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.