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.
Implements
IMessageFetchStaticIpsResponse, IEquatableFetchStaticIpsResponse, IDeepCloneableFetchStaticIpsResponse, IBufferMessage, IMessage, IPageResponsestring, IEnumerablestring, 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 |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<string> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorstring |