Show / Hide Table of Contents

Class NamespacesResource.CloudschedulersourcesResource

The "cloudschedulersources" collection of methods.

Inheritance
System.Object
NamespacesResource.CloudschedulersourcesResource
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.CloudRun.v1alpha1
Assembly: Google.Apis.CloudRun.v1alpha1.dll
Syntax
public class CloudschedulersourcesResource

Constructors

CloudschedulersourcesResource(IClientService)

Constructs a new resource.

Declaration
public CloudschedulersourcesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(CloudSchedulerSource, String)

Creates a new cloudschedulersource.

Declaration
public virtual NamespacesResource.CloudschedulersourcesResource.CreateRequest Create(CloudSchedulerSource body, string parent)
Parameters
Type Name Description
CloudSchedulerSource body

The body of the request.

System.String parent

Required. The project ID or project number in which this cloudschedulersource should be created.

Returns
Type Description
NamespacesResource.CloudschedulersourcesResource.CreateRequest

Delete(String)

Rpc to delete a cloudschedulersource.

Declaration
public virtual NamespacesResource.CloudschedulersourcesResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
System.String name

Required. The name of the cloudschedulersource being deleted. If needed, replace {namespace_id} with the project ID.

Returns
Type Description
NamespacesResource.CloudschedulersourcesResource.DeleteRequest

Get(String)

Rpc to get information about a cloudschedulersource.

Declaration
public virtual NamespacesResource.CloudschedulersourcesResource.GetRequest Get(string name)
Parameters
Type Name Description
System.String name

Required. The name of the cloudschedulersource being retrieved. If needed, replace {namespace_id} with the project ID.

Returns
Type Description
NamespacesResource.CloudschedulersourcesResource.GetRequest

List(String)

Rpc to list cloudschedulersources.

Declaration
public virtual NamespacesResource.CloudschedulersourcesResource.ListRequest List(string parent)
Parameters
Type Name Description
System.String parent

Required. The project ID or project number from which the cloudschedulersources should be listed.

Returns
Type Description
NamespacesResource.CloudschedulersourcesResource.ListRequest

ReplaceCloudSchedulerSource(CloudSchedulerSource, String)

Rpc to replace a cloudschedulersource. Only the spec and metadata labels and annotations are modifiable. After the Update request, Cloud Run will work to make the 'status' match the requested 'spec'. May provide metadata.resourceVersion to enforce update from last read for optimistic concurrency control.

Declaration
public virtual NamespacesResource.CloudschedulersourcesResource.ReplaceCloudSchedulerSourceRequest ReplaceCloudSchedulerSource(CloudSchedulerSource body, string name)
Parameters
Type Name Description
CloudSchedulerSource body

The body of the request.

System.String name

Required. The name of the cloudschedulersource being retrieved. If needed, replace {namespace_id} with the project ID.

Returns
Type Description
NamespacesResource.CloudschedulersourcesResource.ReplaceCloudSchedulerSourceRequest
Back to top