Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RepositoriesResource.ReleaseConfigsResource

The "releaseConfigs" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.RepositoriesResource.ReleaseConfigsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataform.v1beta1
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.RepositoriesResource.ReleaseConfigsResource

Constructors

ReleaseConfigsResource(IClientService)

Constructs a new resource.

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

Methods

Create(ReleaseConfig, string)

Creates a new ReleaseConfig in a given Repository.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.ReleaseConfigsResource.CreateRequest Create(ReleaseConfig body, string parent)
Parameters
Type Name Description
ReleaseConfig body

The body of the request.

string parent

Required. The repository in which to create the release config. Must be in the format projects/*/locations/*/repositories/*.

Returns
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.ReleaseConfigsResource.CreateRequest

Delete(string)

Deletes a single ReleaseConfig.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.ReleaseConfigsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The release config's name.

Returns
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.ReleaseConfigsResource.DeleteRequest

Get(string)

Fetches a single ReleaseConfig.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.ReleaseConfigsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The release config's name.

Returns
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.ReleaseConfigsResource.GetRequest

List(string)

Lists ReleaseConfigs in a given Repository.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.ReleaseConfigsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The repository in which to list release configs. Must be in the format projects/*/locations/*/repositories/*.

Returns
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.ReleaseConfigsResource.ListRequest

Patch(ReleaseConfig, string)

Updates a single ReleaseConfig. Note: This method does not fully implement AIP/134. The wildcard entry (*) is treated as a bad request, and when the field_mask is omitted, the request is treated as a full update on all modifiable fields.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.ReleaseConfigsResource.PatchRequest Patch(ReleaseConfig body, string name)
Parameters
Type Name Description
ReleaseConfig body

The body of the request.

string name

Identifier. The release config's name.

Returns
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.ReleaseConfigsResource.PatchRequest
In this article
Back to top Generated by DocFX