Method: projects.locations.databaseCharacterSets.list

List DatabaseCharacterSets for the given project and location.

HTTP request

GET https://oracledatabase.googleapis.com/v1/{parent=projects/*/locations/*}/databaseCharacterSets

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent value for DatabaseCharacterSets in the following format: projects/{project}/locations/{location}.

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of DatabaseCharacterSets to return. The service may return fewer than this value. If unspecified, at most 50 DatabaseCharacterSets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

pageToken

string

Optional. A page token, received from a previous databaseCharacterSets.list call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to databaseCharacterSets.list must match the call that provided the page token.

filter

string

Optional. An expression for filtering the results of the request. Only the characterSetType field is supported in the following format: characterSetType="{characterSetType}". Accepted values include DATABASE and NATIONAL.

Request body

The request body must be empty.

Response body

The response for DatabaseCharacterSet.List.

If successful, the response body contains data with the following structure:

JSON representation
{
  "databaseCharacterSets": [
    {
      object (DatabaseCharacterSet)
    }
  ],
  "nextPageToken": string
}
Fields
databaseCharacterSets[]

object (DatabaseCharacterSet)

The list of DatabaseCharacterSets.

nextPageToken

string

A token identifying a page of results the server should return.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • oracledatabase.databaseCharacterSets.list

For more information, see the IAM documentation.