Oracle Database@Google Cloud v1 API - Class ListGoldengateConnectionTypesRequest (1.6.0)

public sealed class ListGoldengateConnectionTypesRequest : IMessage<ListGoldengateConnectionTypesRequest>, IEquatable<ListGoldengateConnectionTypesRequest>, IDeepCloneable<ListGoldengateConnectionTypesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class ListGoldengateConnectionTypesRequest.

Message for listing GoldengateConnectionTypes.

Inheritance

object > ListGoldengateConnectionTypesRequest

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

ListGoldengateConnectionTypesRequest()

public ListGoldengateConnectionTypesRequest()

ListGoldengateConnectionTypesRequest(ListGoldengateConnectionTypesRequest)

public ListGoldengateConnectionTypesRequest(ListGoldengateConnectionTypesRequest other)
Parameter
Name Description
other ListGoldengateConnectionTypesRequest

Properties

Filter

public string Filter { get; set; }

Optional. An expression for filtering the results of the request. The connection_type field must be specified in the format: connection_type="ORACLE".

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

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

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. Parent value for ListGoldengateConnectionTypesRequest Format: projects/{project}/locations/{location}

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName