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.
Implements
IMessageListRuntimeEntitySchemasRequest, IEquatableListRuntimeEntitySchemasRequest, IDeepCloneableListRuntimeEntitySchemasRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
ListRuntimeEntitySchemasRequest()
public ListRuntimeEntitySchemasRequest()
ListRuntimeEntitySchemasRequest(ListRuntimeEntitySchemasRequest)
public ListRuntimeEntitySchemasRequest(ListRuntimeEntitySchemasRequest other)
Parameter | |
---|---|
Name | Description |
other | ListRuntimeEntitySchemasRequest |
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 | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Page size.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Parent resource of RuntimeEntitySchema Format: projects/{project}/locations/{location}/connections/{connection}
Property Value | |
---|---|
Type | Description |
string |
ParentAsConnectionName
public ConnectionName ParentAsConnectionName { get; set; }
ConnectionName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ConnectionName |