Cloud Dataplex v1 API - Class DeleteEnvironmentRequest (3.12.0)

public sealed class DeleteEnvironmentRequest : IMessage<DeleteEnvironmentRequest>, IEquatable<DeleteEnvironmentRequest>, IDeepCloneable<DeleteEnvironmentRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class DeleteEnvironmentRequest.

Delete environment request.

Inheritance

object > DeleteEnvironmentRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DeleteEnvironmentRequest()

public DeleteEnvironmentRequest()

DeleteEnvironmentRequest(DeleteEnvironmentRequest)

public DeleteEnvironmentRequest(DeleteEnvironmentRequest other)
Parameter
Name Description
other DeleteEnvironmentRequest

Properties

EnvironmentName

public EnvironmentName EnvironmentName { get; set; }

EnvironmentName-typed view over the Name resource name property.

Property Value
Type Description
EnvironmentName

Name

public string Name { get; set; }

Required. The resource name of the environment: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environments/{environment_id}.

Property Value
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.