Google Cloud Deploy v1 API - Class ListCustomTargetTypesRequest (2.15.0)

public sealed class ListCustomTargetTypesRequest : IMessage<ListCustomTargetTypesRequest>, IEquatable<ListCustomTargetTypesRequest>, IDeepCloneable<ListCustomTargetTypesRequest>, IBufferMessage, IMessage, IPageRequest

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

The request object for ListCustomTargetTypes.

Inheritance

object > ListCustomTargetTypesRequest

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

ListCustomTargetTypesRequest()

public ListCustomTargetTypesRequest()

ListCustomTargetTypesRequest(ListCustomTargetTypesRequest)

public ListCustomTargetTypesRequest(ListCustomTargetTypesRequest other)
Parameter
NameDescription
otherListCustomTargetTypesRequest

Properties

Filter

public string Filter { get; set; }

Optional. Filter custom target types to be returned. See https://google.aip.dev/160 for more details.

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

Optional. Field to sort by. See https://google.aip.dev/132#ordering for more details.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Optional. The maximum number of CustomTargetType objects to return. The service may return fewer than this value. If unspecified, at most 50 CustomTargetType objects will be returned. The maximum value is 1000; values above 1000 will be set to 1000.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. A page token, received from a previous ListCustomTargetTypes call. Provide this to retrieve the subsequent page.

When paginating, all other provided parameters match the call that provided the page token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent that owns this collection of custom target types. Format must be projects/{project_id}/locations/{location_name}.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName