Class GetEnvironmentRequest (1.0.0-beta04)

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

Request for getting a notebook environment.

Inheritance

Object > GetEnvironmentRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

GetEnvironmentRequest()

public GetEnvironmentRequest()

GetEnvironmentRequest(GetEnvironmentRequest)

public GetEnvironmentRequest(GetEnvironmentRequest other)
Parameter
NameDescription
otherGetEnvironmentRequest

Properties

Name

public string Name { get; set; }

Required. Format: projects/{project_id}/locations/{location}/environments/{environment_id}

Property Value
TypeDescription
String