public sealed class ListRuntimeActionSchemasRequest : IMessage<ListRuntimeActionSchemasRequest>, IEquatable<ListRuntimeActionSchemasRequest>, IDeepCloneable<ListRuntimeActionSchemasRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Integration Connectors v1 API class ListRuntimeActionSchemasRequest.
Request message for ConnectorsService.ListRuntimeActionSchemas. For filter, only action field is supported with literal equality operator. Accepted filter example: action="approveOrder" Wildcards are not supported in the filter currently.
Implements
IMessageListRuntimeActionSchemasRequest, IEquatableListRuntimeActionSchemasRequest, IDeepCloneableListRuntimeActionSchemasRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
ListRuntimeActionSchemasRequest()
public ListRuntimeActionSchemasRequest()
ListRuntimeActionSchemasRequest(ListRuntimeActionSchemasRequest)
public ListRuntimeActionSchemasRequest(ListRuntimeActionSchemasRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListRuntimeActionSchemasRequest |
Properties
Filter
public string Filter { get; set; }
Required. Filter Format: action="{actionId}" Only action field is supported with literal equality operator. Accepted filter example: action="CancelOrder" 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 RuntimeActionSchema 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 |