DataStream v1 API - Class FetchStaticIpsResponse (2.6.0)

public sealed class FetchStaticIpsResponse : IMessage<FetchStaticIpsResponse>, IEquatable<FetchStaticIpsResponse>, IDeepCloneable<FetchStaticIpsResponse>, IBufferMessage, IMessage, IPageResponse<string>, IEnumerable<string>, IEnumerable

Reference documentation and code samples for the DataStream v1 API class FetchStaticIpsResponse.

Response message for a 'FetchStaticIps' response.

Inheritance

object > FetchStaticIpsResponse

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

FetchStaticIpsResponse()

public FetchStaticIpsResponse()

FetchStaticIpsResponse(FetchStaticIpsResponse)

public FetchStaticIpsResponse(FetchStaticIpsResponse other)
Parameter
NameDescription
otherFetchStaticIpsResponse

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
TypeDescription
string

StaticIps

public RepeatedField<string> StaticIps { get; }

list of static ips by account

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<string> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorstring