Dataform v1beta1 API - Class ListReleaseConfigsResponse (1.0.0-beta05)

public sealed class ListReleaseConfigsResponse : IMessage<ListReleaseConfigsResponse>, IEquatable<ListReleaseConfigsResponse>, IDeepCloneable<ListReleaseConfigsResponse>, IBufferMessage, IMessage, IPageResponse<ReleaseConfig>, IEnumerable<ReleaseConfig>, IEnumerable

Reference documentation and code samples for the Dataform v1beta1 API class ListReleaseConfigsResponse.

ListReleaseConfigs response message.

Inheritance

object > ListReleaseConfigsResponse

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

ListReleaseConfigsResponse()

public ListReleaseConfigsResponse()

ListReleaseConfigsResponse(ListReleaseConfigsResponse)

public ListReleaseConfigsResponse(ListReleaseConfigsResponse other)
Parameter
NameDescription
otherListReleaseConfigsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

ReleaseConfigs

public RepeatedField<ReleaseConfig> ReleaseConfigs { get; }

List of release configs.

Property Value
TypeDescription
RepeatedFieldReleaseConfig

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations which could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<ReleaseConfig> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorReleaseConfig