App Hub V1 API - Class Google::Cloud::AppHub::V1::ListServiceProjectAttachmentsRequest (v0.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
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}.