Integration Connectors v1 API - Class ListRuntimeActionSchemasResponse (1.0.0)

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.

Inheritance

object > ListRuntimeActionSchemasResponse

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

ListRuntimeActionSchemasResponse()

public ListRuntimeActionSchemasResponse()

ListRuntimeActionSchemasResponse(ListRuntimeActionSchemasResponse)

public ListRuntimeActionSchemasResponse(ListRuntimeActionSchemasResponse other)
Parameter
NameDescription
otherListRuntimeActionSchemasResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Next page token.

Property Value
TypeDescription
string

RuntimeActionSchemas

public RepeatedField<RuntimeActionSchema> RuntimeActionSchemas { get; }

Runtime action schemas.

Property Value
TypeDescription
RepeatedFieldRuntimeActionSchema

Methods

GetEnumerator()

public IEnumerator<RuntimeActionSchema> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorRuntimeActionSchema