Reference documentation and code samples for the Cloud Profiler V2 API class Google::Cloud::Profiler::V2::ListProfilesRequest.
ListProfilesRequest contains request parameters for listing profiles for deployments in projects which the user has permissions to view.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — The maximum number of items to return. Default page_size is 1000. Max limit is 10000.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — The maximum number of items to return. Default page_size is 1000. Max limit is 10000.
Returns
- (::Integer) — The maximum number of items to return. Default page_size is 1000. Max limit is 10000.
#page_token
def page_token() -> ::String
Returns
-
(::String) — The token to continue pagination and get profiles from a particular page.
When paginating, all other parameters provided to
ListProfiles
must match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::String) — The token to continue pagination and get profiles from a particular page.
When paginating, all other parameters provided to
ListProfiles
must match the call that provided the page token.
Returns
-
(::String) — The token to continue pagination and get profiles from a particular page.
When paginating, all other parameters provided to
ListProfiles
must match the call that provided the page token.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent, which owns this collection of profiles. Format: projects/{user_project_id}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent, which owns this collection of profiles. Format: projects/{user_project_id}
Returns
- (::String) — Required. The parent, which owns this collection of profiles. Format: projects/{user_project_id}