App Hub V1 API - Class Google::Cloud::AppHub::V1::ListServiceProjectAttachmentsRequest (v0.2.0)

Reference documentation and code samples for the App Hub V1 API class Google::Cloud::AppHub::V1::ListServiceProjectAttachmentsRequest.

Request for ListServiceProjectAttachments.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

deffilter()->::String
Returns
  • (::String) — Optional. Filtering results.

#filter=

deffilter=(value)->::String
Parameter
  • value (::String) — Optional. Filtering results.
Returns
  • (::String) — Optional. Filtering results.

#order_by

deforder_by()->::String
Returns
  • (::String) — Optional. Hint for how to order the results.

#order_by=

deforder_by=(value)->::String
Parameter
  • value (::String) — Optional. Hint for how to order the results.
Returns
  • (::String) — Optional. Hint for how to order the results.

#page_size

defpage_size()->::Integer
Returns
  • (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

#page_size=

defpage_size=(value)->::Integer
Parameter
  • value (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Returns
  • (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

#page_token

defpage_token()->::String
Returns
  • (::String) — Optional. A token identifying a page of results the server should return.

#page_token=

defpage_token=(value)->::String
Parameter
  • value (::String) — Optional. A token identifying a page of results the server should return.
Returns
  • (::String) — Optional. A token identifying a page of results the server should return.

#parent

defparent()->::String
Returns
  • (::String) — Required. Host project ID and location to list service project attachments. Only global location is supported. Expected format: projects/{project}/locations/{location}.

#parent=

defparent=(value)->::String
Parameter
  • value (::String) — Required. Host project ID and location to list service project attachments. Only global location is supported. Expected format: projects/{project}/locations/{location}.
Returns
  • (::String) — Required. Host project ID and location to list service project attachments. Only global location is supported. Expected format: projects/{project}/locations/{location}.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.