Class ListDeploymentResourcePoolsRequest (1.26.1)

  ListDeploymentResourcePoolsRequest 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Request message for ListDeploymentResourcePools method.

Attributes

Name
Description
parent
str
Required. The parent Location which owns this collection of DeploymentResourcePools. Format: projects/{project}/locations/{location}
page_size
int
The maximum number of DeploymentResourcePools to return. The service may return fewer than this value.
page_token
str
A page token, received from a previous ListDeploymentResourcePools call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListDeploymentResourcePools must match the call that provided the page token.

Inheritance

builtins.object > proto.message.Message > ListDeploymentResourcePoolsRequest