Class ProjectsResource.LocationsResource.EnvironmentsResource.UserWorkloadsConfigMapsResource
The "userWorkloadsConfigMaps" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.CloudComposer .v1beta1
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.EnvironmentsResource.UserWorkloadsConfigMapsResource
Constructors
UserWorkloadsConfigMapsResource(IClientService)
Constructs a new resource.
Declaration
public UserWorkloadsConfigMapsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClient |
service |
Methods
Create(UserWorkloadsConfigMap, string)
Creates a user workloads ConfigMap. This method is supported for Cloud Composer environments in versions composer-3-airflow-..-build. and newer.
Declaration
public virtual ProjectsResource.LocationsResource.EnvironmentsResource.UserWorkloadsConfigMapsResource.CreateRequest Create(UserWorkloadsConfigMap body, string parent)
Parameters
Type | Name | Description |
---|---|---|
User |
body | The body of the request. |
string | parent | Required. The environment name to create a ConfigMap for, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}" |
Returns
Type | Description |
---|---|
Projects |
Delete(string)
Deletes a user workloads ConfigMap. This method is supported for Cloud Composer environments in versions composer-3-airflow-..-build. and newer.
Declaration
public virtual ProjectsResource.LocationsResource.EnvironmentsResource.UserWorkloadsConfigMapsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The ConfigMap to delete, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsConfigMaps/{userWorkloadsConfigMapId}" |
Returns
Type | Description |
---|---|
Projects |
Get(string)
Gets an existing user workloads ConfigMap. This method is supported for Cloud Composer environments in versions composer-3-airflow-..-build. and newer.
Declaration
public virtual ProjectsResource.LocationsResource.EnvironmentsResource.UserWorkloadsConfigMapsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The resource name of the ConfigMap to get, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsConfigMaps/{userWorkloadsConfigMapId}" |
Returns
Type | Description |
---|---|
Projects |
List(string)
Lists user workloads ConfigMaps. This method is supported for Cloud Composer environments in versions composer-3-airflow-..-build. and newer.
Declaration
public virtual ProjectsResource.LocationsResource.EnvironmentsResource.UserWorkloadsConfigMapsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. List ConfigMaps in the given environment, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}" |
Returns
Type | Description |
---|---|
Projects |
Update(UserWorkloadsConfigMap, string)
Updates a user workloads ConfigMap. This method is supported for Cloud Composer environments in versions composer-3-airflow-..-build. and newer.
Declaration
public virtual ProjectsResource.LocationsResource.EnvironmentsResource.UserWorkloadsConfigMapsResource.UpdateRequest Update(UserWorkloadsConfigMap body, string name)
Parameters
Type | Name | Description |
---|---|---|
User |
body | The body of the request. |
string | name | Identifier. The resource name of the ConfigMap, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsConfigMaps/{userWorkloadsConfigMapId}" |