public sealed class GetAddressRequest : IMessage<GetAddressRequest>, IEquatable<GetAddressRequest>, IDeepCloneable<GetAddressRequest>, IBufferMessage, IMessageA request message for Addresses.Get. See the method description for details.
Implements
IMessage<GetAddressRequest>, IEquatable<GetAddressRequest>, IDeepCloneable<GetAddressRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetAddressRequest()
public GetAddressRequest()GetAddressRequest(GetAddressRequest)
public GetAddressRequest(GetAddressRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetAddressRequest |
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 |
|
Region
public string Region { get; set; }Name of the region for this request.
| Property Value | |
|---|---|
| Type | Description |
String |
|