Class ListConnectionProfilesRequest (2.1.0)

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

Request message for listing connection profiles.

Inheritance

Object > ListConnectionProfilesRequest

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

ListConnectionProfilesRequest()

public ListConnectionProfilesRequest()

ListConnectionProfilesRequest(ListConnectionProfilesRequest)

public ListConnectionProfilesRequest(ListConnectionProfilesRequest other)
Parameter
NameDescription
otherListConnectionProfilesRequest

Properties

Filter

public string Filter { get; set; }

Filter request.

Property Value
TypeDescription
String

OrderBy

public string OrderBy { get; set; }

Order by fields for the result.

Property Value
TypeDescription
String

PageSize

public int PageSize { get; set; }

Maximum number of connection profiles to return. If unspecified, at most 50 connection profiles will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

Page token received from a previous ListConnectionProfiles call. Provide this to retrieve the subsequent page.

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

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The parent that owns the collection of connection profiles.

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName