public interface ListDnsPeeringsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DnsPeering |
getDnsPeerings(int index)
List of dns peering configs.
|
int |
getDnsPeeringsCount()
List of dns peering configs.
|
List<DnsPeering> |
getDnsPeeringsList()
List of dns peering configs.
|
DnsPeeringOrBuilder |
getDnsPeeringsOrBuilder(int index)
List of dns peering configs.
|
List<? extends DnsPeeringOrBuilder> |
getDnsPeeringsOrBuilderList()
List of dns peering configs.
|
String |
getNextPageToken()
Token to retrieve the next page of results or empty if there are no more
results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results or empty if there are no more
results in the list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<DnsPeering> getDnsPeeringsList()
List of dns peering configs.
repeated .google.cloud.datafusion.v1beta1.DnsPeering dns_peerings = 1;DnsPeering getDnsPeerings(int index)
List of dns peering configs.
repeated .google.cloud.datafusion.v1beta1.DnsPeering dns_peerings = 1;int getDnsPeeringsCount()
List of dns peering configs.
repeated .google.cloud.datafusion.v1beta1.DnsPeering dns_peerings = 1;List<? extends DnsPeeringOrBuilder> getDnsPeeringsOrBuilderList()
List of dns peering configs.
repeated .google.cloud.datafusion.v1beta1.DnsPeering dns_peerings = 1;DnsPeeringOrBuilder getDnsPeeringsOrBuilder(int index)
List of dns peering configs.
repeated .google.cloud.datafusion.v1beta1.DnsPeering dns_peerings = 1;String getNextPageToken()
Token to retrieve the next page of results or empty if there are no more results in the list.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Token to retrieve the next page of results or empty if there are no more results in the list.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.