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

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

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

Request message for listing GoldengateConnectionAssignments.

Inheritance

object > ListGoldengateConnectionAssignmentsRequest

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

ListGoldengateConnectionAssignmentsRequest()

public ListGoldengateConnectionAssignmentsRequest()

ListGoldengateConnectionAssignmentsRequest(ListGoldengateConnectionAssignmentsRequest)

public ListGoldengateConnectionAssignmentsRequest(ListGoldengateConnectionAssignmentsRequest other)
Parameter
Name Description
other ListGoldengateConnectionAssignmentsRequest

Properties

Filter

public string Filter { get; set; }

Optional. A filter expression that filters GoldengateConnectionAssignments listed in the response.

Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "DESC" after a field name for descending.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

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

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

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

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

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent value for the GoldengateConnectionAssignments. 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