public interface ListConnectivityTestsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Page token to fetch the next set of Connectivity Tests.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Page token to fetch the next set of Connectivity Tests.
|
ConnectivityTest |
getResources(int index)
List of Connectivity Tests.
|
int |
getResourcesCount()
List of Connectivity Tests.
|
List<ConnectivityTest> |
getResourcesList()
List of Connectivity Tests.
|
ConnectivityTestOrBuilder |
getResourcesOrBuilder(int index)
List of Connectivity Tests.
|
List<? extends ConnectivityTestOrBuilder> |
getResourcesOrBuilderList()
List of Connectivity Tests.
|
String |
getUnreachable(int index)
Locations that could not be reached (when querying all locations with `-`).
|
com.google.protobuf.ByteString |
getUnreachableBytes(int index)
Locations that could not be reached (when querying all locations with `-`).
|
int |
getUnreachableCount()
Locations that could not be reached (when querying all locations with `-`).
|
List<String> |
getUnreachableList()
Locations that could not be reached (when querying all locations with `-`).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ConnectivityTest> getResourcesList()
List of Connectivity Tests.
repeated .google.cloud.networkmanagement.v1beta1.ConnectivityTest resources = 1;ConnectivityTest getResources(int index)
List of Connectivity Tests.
repeated .google.cloud.networkmanagement.v1beta1.ConnectivityTest resources = 1;int getResourcesCount()
List of Connectivity Tests.
repeated .google.cloud.networkmanagement.v1beta1.ConnectivityTest resources = 1;List<? extends ConnectivityTestOrBuilder> getResourcesOrBuilderList()
List of Connectivity Tests.
repeated .google.cloud.networkmanagement.v1beta1.ConnectivityTest resources = 1;ConnectivityTestOrBuilder getResourcesOrBuilder(int index)
List of Connectivity Tests.
repeated .google.cloud.networkmanagement.v1beta1.ConnectivityTest resources = 1;String getNextPageToken()
Page token to fetch the next set of Connectivity Tests.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Page token to fetch the next set of Connectivity Tests.
string next_page_token = 2;List<String> getUnreachableList()
Locations that could not be reached (when querying all locations with `-`).
repeated string unreachable = 3;int getUnreachableCount()
Locations that could not be reached (when querying all locations with `-`).
repeated string unreachable = 3;String getUnreachable(int index)
Locations that could not be reached (when querying all locations with `-`).
repeated string unreachable = 3;index - The index of the element to return.com.google.protobuf.ByteString getUnreachableBytes(int index)
Locations that could not be reached (when querying all locations with `-`).
repeated string unreachable = 3;index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.