Oracle Database@Google Cloud API . projects . locations . goldengateDeploymentVersions

Instance Methods

close()

Close httplib2 connections.

get(name, x__xgafv=None)

Gets details of a single GoldengateDeploymentVersion.

list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)

Lists GoldengateDeploymentVersions in a given project and location.

list_next()

Retrieves the next page of results.

Method Details

close()
Close httplib2 connections.
get(name, x__xgafv=None)
Gets details of a single GoldengateDeploymentVersion.

Args:
  name: string, Required. The name of the GoldengateDeploymentVersion to retrieve. Format: projects/{project}/locations/{location}/goldengateDeploymentVersions/{goldengate_deployment_version} (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Details of the Goldengate Deployment Version resource.
  "name": "A String", # Identifier. The name of the Goldengate Deployment Version resource with the format: projects/{project}/locations/{location}/goldengateDeploymentVersions/{goldengate_deployment_version}
  "ocid": "A String", # Output only. The deployment version ocid of the Goldengate Deployment Version resource.
  "properties": { # Properties of GoldengateDeploymentVersion. # Output only. The technology type of the Goldengate Deployment Version resource.
    "deploymentType": "A String", # Output only. The deployment type of the Goldengate Deployment Version resource.
    "oggVersion": "A String", # Output only. The OGG version of the Goldengate Deployment Version resource.
    "releaseTime": "A String", # Output only. The release time of the Goldengate Deployment Version resource.
    "releaseType": "A String", # Output only. The release type of the Goldengate Deployment Version resource.
    "securityFix": True or False, # Optional. Whether the Goldengate Deployment Version resource is a security fix.
    "supportEndTime": "A String", # Output only. The support end time of the Goldengate Deployment Version resource.
  },
}
list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
Lists GoldengateDeploymentVersions in a given project and location.

Args:
  parent: string, Required. Parent value for ListGoldengateDeploymentVersionsRequest Format: projects/{project}/locations/{location} (required)
  filter: 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"` or `deployment_type="DATABASE_ORACLE"`.
  pageSize: 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.
  pageToken: string, Optional. A token identifying a page of results the server should return.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Message for response to listing GoldengateDeploymentVersions
  "goldengateDeploymentVersions": [ # The list of GoldengateDeploymentVersion
    { # Details of the Goldengate Deployment Version resource.
      "name": "A String", # Identifier. The name of the Goldengate Deployment Version resource with the format: projects/{project}/locations/{location}/goldengateDeploymentVersions/{goldengate_deployment_version}
      "ocid": "A String", # Output only. The deployment version ocid of the Goldengate Deployment Version resource.
      "properties": { # Properties of GoldengateDeploymentVersion. # Output only. The technology type of the Goldengate Deployment Version resource.
        "deploymentType": "A String", # Output only. The deployment type of the Goldengate Deployment Version resource.
        "oggVersion": "A String", # Output only. The OGG version of the Goldengate Deployment Version resource.
        "releaseTime": "A String", # Output only. The release time of the Goldengate Deployment Version resource.
        "releaseType": "A String", # Output only. The release type of the Goldengate Deployment Version resource.
        "securityFix": True or False, # Optional. Whether the Goldengate Deployment Version resource is a security fix.
        "supportEndTime": "A String", # Output only. The support end time of the Goldengate Deployment Version resource.
      },
    },
  ],
  "nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
  "unreachable": [ # Unordered list. Locations that could not be reached.
    "A String",
  ],
}
list_next()
Retrieves the next page of results.

        Args:
          previous_request: The request for the previous page. (required)
          previous_response: The response from the request for the previous page. (required)

        Returns:
          A request object that you can call 'execute()' on to request the next
          page. Returns None if there are no more items in the collection.