Google Cloud Deploy v1 API - Class ListCustomTargetTypesResponse (2.15.0)

public sealed class ListCustomTargetTypesResponse : IMessage<ListCustomTargetTypesResponse>, IEquatable<ListCustomTargetTypesResponse>, IDeepCloneable<ListCustomTargetTypesResponse>, IBufferMessage, IMessage, IPageResponse<CustomTargetType>, IEnumerable<CustomTargetType>, IEnumerable

Reference documentation and code samples for the Google Cloud Deploy v1 API class ListCustomTargetTypesResponse.

The response object from ListCustomTargetTypes.

Inheritance

object > ListCustomTargetTypesResponse

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

ListCustomTargetTypesResponse()

public ListCustomTargetTypesResponse()

ListCustomTargetTypesResponse(ListCustomTargetTypesResponse)

public ListCustomTargetTypesResponse(ListCustomTargetTypesResponse other)
Parameter
NameDescription
otherListCustomTargetTypesResponse

Properties

CustomTargetTypes

public RepeatedField<CustomTargetType> CustomTargetTypes { get; }

The CustomTargetType objects.

Property Value
TypeDescription
RepeatedFieldCustomTargetType

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

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<CustomTargetType> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorCustomTargetType