public sealed class GetGlobalAddressRequest : IMessage<GetGlobalAddressRequest>, IEquatable<GetGlobalAddressRequest>, IDeepCloneable<GetGlobalAddressRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetGlobalAddressRequest.
A request message for GlobalAddresses.Get. See the method description for details.
Implements
IMessageGetGlobalAddressRequest, IEquatableGetGlobalAddressRequest, IDeepCloneableGetGlobalAddressRequest, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
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 |