public interface FetchStaticIpsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token that can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token that can be sent as `page_token` to retrieve the next page.
|
String |
getStaticIps(int index)
List of static IPs.
|
com.google.protobuf.ByteString |
getStaticIpsBytes(int index)
List of static IPs.
|
int |
getStaticIpsCount()
List of static IPs.
|
List<String> |
getStaticIpsList()
List of static IPs.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getStaticIpsList()
List of static IPs.
repeated string static_ips = 1;int getStaticIpsCount()
List of static IPs.
repeated string static_ips = 1;String getStaticIps(int index)
List of static IPs.
repeated string static_ips = 1;index - The index of the element to return.com.google.protobuf.ByteString getStaticIpsBytes(int index)
List of static IPs.
repeated string static_ips = 1;index - The index of the value to return.String getNextPageToken()
A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.