Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::ListGoldengateDeploymentVersionsRequest.
Message for listing GoldengateDeploymentVersions.
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_id and deployment_type fields must be specified in the
format:
deployment_id="id"ordeployment_type="DATABASE_ORACLE".
#filter=
def filter=(value) -> ::String
Parameter
-
value (::String) — Optional. An expression for filtering the results of the request. Either
the deployment_id and deployment_type fields must be specified in the
format:
deployment_id="id"ordeployment_type="DATABASE_ORACLE".
Returns
-
(::String) — Optional. An expression for filtering the results of the request. Either
the deployment_id and deployment_type fields must be specified in the
format:
deployment_id="id"ordeployment_type="DATABASE_ORACLE".
#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. The maximum value is 1000; values above 1000 will be coerced to 1000.
#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. The maximum value is 1000; values above 1000 will be coerced to 1000.
Returns
- (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. The maximum value is 1000; values above 1000 will be coerced to 1000.
#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. Parent value for ListGoldengateDeploymentVersionsRequest Format: projects/{project}/locations/{location}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. Parent value for ListGoldengateDeploymentVersionsRequest Format: projects/{project}/locations/{location}
Returns
- (::String) — Required. Parent value for ListGoldengateDeploymentVersionsRequest Format: projects/{project}/locations/{location}