Class ProjectsResource.WorkerPoolsResource.ListRequest
List project's WorkerPool
s.
Inheritance
System.Object
ProjectsResource.WorkerPoolsResource.ListRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudBuild.v1alpha1
Assembly: Google.Apis.CloudBuild.v1alpha1.dll
Syntax
public class ListRequest : CloudBuildBaseServiceRequest<ListWorkerPoolsResponse>, IClientServiceRequest<ListWorkerPoolsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, String)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
System.String | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudBuild.v1alpha1.Data.ListWorkerPoolsResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudBuild.v1alpha1.Data.ListWorkerPoolsResponse>.MethodName
Parent
ID of the parent project.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
System.String |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudBuild.v1alpha1.Data.ListWorkerPoolsResponse>.RestPath
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.CloudBuild.v1alpha1.CloudBuildBaseServiceRequest<Google.Apis.CloudBuild.v1alpha1.Data.ListWorkerPoolsResponse>.InitParameters()