public sealed class FetchStaticIpsResponse : IMessage<FetchStaticIpsResponse>, IEquatable<FetchStaticIpsResponse>, IDeepCloneable<FetchStaticIpsResponse>, IBufferMessage, IMessage, IPageResponse<string>, IEnumerable<string>, IEnumerableResponse message for a 'FetchStaticIps' response.
Implements
IMessage<FetchStaticIpsResponse>, IEquatable<FetchStaticIpsResponse>, IDeepCloneable<FetchStaticIpsResponse>, IBufferMessage, IMessage, IPageResponse<String>, IEnumerable<String>, IEnumerableNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
FetchStaticIpsResponse()
public FetchStaticIpsResponse()FetchStaticIpsResponse(FetchStaticIpsResponse)
public FetchStaticIpsResponse(FetchStaticIpsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
FetchStaticIpsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token that can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
String |
|
StaticIps
public RepeatedField<string> StaticIps { get; }list of static ips by account
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
Methods
GetEnumerator()
public IEnumerator<string> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<String> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|