API hub v1 API - Class ListRuntimeProjectAttachmentsRequest (1.0.0-beta01)

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

Reference documentation and code samples for the API hub v1 API class ListRuntimeProjectAttachmentsRequest.

The [ListRuntimeProjectAttachments][google.cloud.apihub.v1.RuntimeProjectAttachmentService.ListRuntimeProjectAttachments] method's request.

Inheritance

object > ListRuntimeProjectAttachmentsRequest

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

ListRuntimeProjectAttachmentsRequest()

public ListRuntimeProjectAttachmentsRequest()

ListRuntimeProjectAttachmentsRequest(ListRuntimeProjectAttachmentsRequest)

public ListRuntimeProjectAttachmentsRequest(ListRuntimeProjectAttachmentsRequest other)
Parameter
Name Description
other ListRuntimeProjectAttachmentsRequest

Properties

Filter

public string Filter { get; set; }

Optional. An expression that filters the list of RuntimeProjectAttachments.

A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string. All standard operators as documented at https://google.aip.dev/160 are supported.

The following fields in the RuntimeProjectAttachment are eligible for filtering:

  • name - The name of the RuntimeProjectAttachment.
  • create_time - The time at which the RuntimeProjectAttachment was created. The value should be in the (RFC3339)[https://tools.ietf.org/html/rfc3339] format.
  • runtime_project - The Google cloud project associated with the RuntimeProjectAttachment.
Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Optional. Hint for how to order the results.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

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

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

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

When paginating, all other parameters (except page_size) provided to ListRuntimeProjectAttachments must match the call that provided the page token.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent, which owns this collection of runtime project attachments. Format: projects/{project}/locations/{location}

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName