public sealed class GetGlobalAddressRequest : IMessage<GetGlobalAddressRequest>, IEquatable<GetGlobalAddressRequest>, IDeepCloneable<GetGlobalAddressRequest>, IBufferMessage, IMessage
A request message for GlobalAddresses.Get. See the method description for details.
Implements
IMessage<GetGlobalAddressRequest>, IEquatable<GetGlobalAddressRequest>, IDeepCloneable<GetGlobalAddressRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetGlobalAddressRequest()
public GetGlobalAddressRequest()
GetGlobalAddressRequest(GetGlobalAddressRequest)
public GetGlobalAddressRequest(GetGlobalAddressRequest other)
Parameter | |
---|---|
Name | Description |
other | GetGlobalAddressRequest |
Properties
Address
public string Address { get; set; }
Name of the address resource to return.
Property Value | |
---|---|
Type | Description |
String |
Project
public string Project { get; set; }
Project ID for this request.
Property Value | |
---|---|
Type | Description |
String |