Class: Google::Cloud::CloudDMS::V1::DescribeDatabaseEntitiesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::DescribeDatabaseEntitiesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms.rb
Overview
Request message for 'DescribeDatabaseEntities' request.
Defined Under Namespace
Modules: DBTreeType
Instance Attribute Summary collapse
-
#commit_id ⇒ ::String
Optional.
-
#conversion_workspace ⇒ ::String
Required.
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#tree ⇒ ::Google::Cloud::CloudDMS::V1::DescribeDatabaseEntitiesRequest::DBTreeType
Required.
-
#uncommitted ⇒ ::Boolean
Optional.
-
#view ⇒ ::Google::Cloud::CloudDMS::V1::DatabaseEntityView
Optional.
Instance Attribute Details
#commit_id ⇒ ::String
Returns Optional. Request a specific commit ID. If not specified, the entities from the latest commit are returned.
943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 943 class DescribeDatabaseEntitiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of a tree to return module DBTreeType # Unspecified tree type. DB_TREE_TYPE_UNSPECIFIED = 0 # The source database tree. SOURCE_TREE = 1 # The draft database tree. DRAFT_TREE = 2 # The destination database tree. DESTINATION_TREE = 3 end end |
#conversion_workspace ⇒ ::String
Returns 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}.
943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 943 class DescribeDatabaseEntitiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of a tree to return module DBTreeType # Unspecified tree type. DB_TREE_TYPE_UNSPECIFIED = 0 # The source database tree. SOURCE_TREE = 1 # The draft database tree. DRAFT_TREE = 2 # The destination database tree. DESTINATION_TREE = 3 end end |
#filter ⇒ ::String
Returns Optional. Filter the returned entities based on AIP-160 standard.
943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 943 class DescribeDatabaseEntitiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of a tree to return module DBTreeType # Unspecified tree type. DB_TREE_TYPE_UNSPECIFIED = 0 # The source database tree. SOURCE_TREE = 1 # The draft database tree. DRAFT_TREE = 2 # The destination database tree. DESTINATION_TREE = 3 end end |
#page_size ⇒ ::Integer
Returns Optional. The maximum number of entities to return. The service may return fewer entities than the value specifies.
943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 943 class DescribeDatabaseEntitiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of a tree to return module DBTreeType # Unspecified tree type. DB_TREE_TYPE_UNSPECIFIED = 0 # The source database tree. SOURCE_TREE = 1 # The draft database tree. DRAFT_TREE = 2 # The destination database tree. DESTINATION_TREE = 3 end end |
#page_token ⇒ ::String
Returns 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.
943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 943 class DescribeDatabaseEntitiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of a tree to return module DBTreeType # Unspecified tree type. DB_TREE_TYPE_UNSPECIFIED = 0 # The source database tree. SOURCE_TREE = 1 # The draft database tree. DRAFT_TREE = 2 # The destination database tree. DESTINATION_TREE = 3 end end |
#tree ⇒ ::Google::Cloud::CloudDMS::V1::DescribeDatabaseEntitiesRequest::DBTreeType
Returns Required. The tree to fetch.
943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 943 class DescribeDatabaseEntitiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of a tree to return module DBTreeType # Unspecified tree type. DB_TREE_TYPE_UNSPECIFIED = 0 # The source database tree. SOURCE_TREE = 1 # The draft database tree. DRAFT_TREE = 2 # The destination database tree. DESTINATION_TREE = 3 end end |
#uncommitted ⇒ ::Boolean
Returns 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.
943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 943 class DescribeDatabaseEntitiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of a tree to return module DBTreeType # Unspecified tree type. DB_TREE_TYPE_UNSPECIFIED = 0 # The source database tree. SOURCE_TREE = 1 # The draft database tree. DRAFT_TREE = 2 # The destination database tree. DESTINATION_TREE = 3 end end |
#view ⇒ ::Google::Cloud::CloudDMS::V1::DatabaseEntityView
Returns Optional. Results view based on AIP-157.
943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 943 class DescribeDatabaseEntitiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of a tree to return module DBTreeType # Unspecified tree type. DB_TREE_TYPE_UNSPECIFIED = 0 # The source database tree. SOURCE_TREE = 1 # The draft database tree. DRAFT_TREE = 2 # The destination database tree. DESTINATION_TREE = 3 end end |