Oracle Database@Google Cloud V1 API - Class Google::Cloud::OracleDatabase::V1::ListGoldengateDeploymentTypesRequest (v0.15.0)

Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::ListGoldengateDeploymentTypesRequest.

Message for listing GoldengateDeploymentTypes.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. An expression for filtering the results of the request. Either the deployment_type and ogg_version fields must be specified in the format: deployment_type="DATABASE_ORACLE" or ogg_version="version". Allowed values for deployment_type are: DATABASE_ORACLE, BIGDATA, DATABASE_MICROSOFT_SQLSERVER, DATABASE_MYSQL, DATABASE_POSTGRESQL, DATABASE_DB2ZOS, DATABASE_DB2I, GGSA, DATA_TRANSFORMS.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. An expression for filtering the results of the request. Either the deployment_type and ogg_version fields must be specified in the format: deployment_type="DATABASE_ORACLE" or ogg_version="version". Allowed values for deployment_type are: DATABASE_ORACLE, BIGDATA, DATABASE_MICROSOFT_SQLSERVER, DATABASE_MYSQL, DATABASE_POSTGRESQL, DATABASE_DB2ZOS, DATABASE_DB2I, GGSA, DATA_TRANSFORMS.
Returns
  • (::String) — Optional. An expression for filtering the results of the request. Either the deployment_type and ogg_version fields must be specified in the format: deployment_type="DATABASE_ORACLE" or ogg_version="version". Allowed values for deployment_type are: DATABASE_ORACLE, BIGDATA, DATABASE_MICROSOFT_SQLSERVER, DATABASE_MYSQL, DATABASE_POSTGRESQL, DATABASE_DB2ZOS, DATABASE_DB2I, GGSA, DATA_TRANSFORMS.

#order_by

def order_by() -> ::String
Returns
  • (::String) — Optional. Hint for how to order the results

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — Optional. Hint for how to order the results
Returns
  • (::String) — Optional. Hint for how to order the results

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Returns
  • (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. A token identifying a page of results the server should return.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. A token identifying a page of results the server should return.
Returns
  • (::String) — Optional. A token identifying a page of results the server should return.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource. Format: projects/{project}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource. Format: projects/{project}/locations/{location}
Returns
  • (::String) — Required. The parent resource. Format: projects/{project}/locations/{location}