Integration Connectors v1 API - Class ListRuntimeEntitySchemasRequest (1.2.0)

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

Reference documentation and code samples for the Integration Connectors v1 API class ListRuntimeEntitySchemasRequest.

Request message for ConnectorsService.ListRuntimeEntitySchemas. For filter, only entity field is supported with literal equality operator. Accepted filter example: entity="Order" Wildcards are not supported in the filter currently.

Inheritance

object > ListRuntimeEntitySchemasRequest

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

ListRuntimeEntitySchemasRequest()

public ListRuntimeEntitySchemasRequest()

ListRuntimeEntitySchemasRequest(ListRuntimeEntitySchemasRequest)

public ListRuntimeEntitySchemasRequest(ListRuntimeEntitySchemasRequest other)
Parameter
NameDescription
otherListRuntimeEntitySchemasRequest

Properties

Filter

public string Filter { get; set; }

Required. Filter Format: entity="{entityId}" Only entity field is supported with literal equality operator. Accepted filter example: entity="Order" Wildcards are not supported in the filter currently.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Page size.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Page token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. Parent resource of RuntimeEntitySchema Format: projects/{project}/locations/{location}/connections/{connection}

Property Value
TypeDescription
string

ParentAsConnectionName

public ConnectionName ParentAsConnectionName { get; set; }

ConnectionName-typed view over the Parent resource name property.

Property Value
TypeDescription
ConnectionName