public sealed class ListRuntimeActionSchemasResponse : IMessage<ListRuntimeActionSchemasResponse>, IEquatable<ListRuntimeActionSchemasResponse>, IDeepCloneable<ListRuntimeActionSchemasResponse>, IBufferMessage, IMessage, IPageResponse<RuntimeActionSchema>, IEnumerable<RuntimeActionSchema>, IEnumerable
Reference documentation and code samples for the Integration Connectors v1 API class ListRuntimeActionSchemasResponse.
Response message for ConnectorsService.ListRuntimeActionSchemas.
Implements
IMessageListRuntimeActionSchemasResponse, IEquatableListRuntimeActionSchemasResponse, IDeepCloneableListRuntimeActionSchemasResponse, IBufferMessage, IMessage, IPageResponseRuntimeActionSchema, IEnumerableRuntimeActionSchema, IEnumerableNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
ListRuntimeActionSchemasResponse()
public ListRuntimeActionSchemasResponse()
ListRuntimeActionSchemasResponse(ListRuntimeActionSchemasResponse)
public ListRuntimeActionSchemasResponse(ListRuntimeActionSchemasResponse other)
Parameter | |
---|---|
Name | Description |
other | ListRuntimeActionSchemasResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
Next page token.
Property Value | |
---|---|
Type | Description |
string |
RuntimeActionSchemas
public RepeatedField<RuntimeActionSchema> RuntimeActionSchemas { get; }
Runtime action schemas.
Property Value | |
---|---|
Type | Description |
RepeatedFieldRuntimeActionSchema |
Methods
GetEnumerator()
public IEnumerator<RuntimeActionSchema> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorRuntimeActionSchema |