Eventarc v1 API - Class ListGoogleApiSourcesResponse (2.6.0)

public sealed class ListGoogleApiSourcesResponse : IMessage<ListGoogleApiSourcesResponse>, IEquatable<ListGoogleApiSourcesResponse>, IDeepCloneable<ListGoogleApiSourcesResponse>, IBufferMessage, IMessage, IPageResponse<GoogleApiSource>, IEnumerable<GoogleApiSource>, IEnumerable

Reference documentation and code samples for the Eventarc v1 API class ListGoogleApiSourcesResponse.

The response message for the ListGoogleApiSources method.

Inheritance

object > ListGoogleApiSourcesResponse

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

ListGoogleApiSourcesResponse()

public ListGoogleApiSourcesResponse()

ListGoogleApiSourcesResponse(ListGoogleApiSourcesResponse)

public ListGoogleApiSourcesResponse(ListGoogleApiSourcesResponse other)
Parameter
Name Description
other ListGoogleApiSourcesResponse

Properties

GoogleApiSources

public RepeatedField<GoogleApiSource> GoogleApiSources { get; }

The requested GoogleApiSources, up to the number specified in page_size.

Property Value
Type Description
RepeatedFieldGoogleApiSource

NextPageToken

public string NextPageToken { get; set; }

A page token that can be sent to ListMessageBusEnrollments to request the next page. If this is empty, then there are no more pages.

Property Value
Type Description
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Unreachable resources, if any.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<GoogleApiSource> GetEnumerator()

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

Returns
Type Description
IEnumeratorGoogleApiSource