Interface ResolveAppConnectionsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResolveAppConnectionsResponse,ResolveAppConnectionsResponse.Builder
public interface ResolveAppConnectionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResolveAppConnectionsResponse.AppConnectionDetailsgetAppConnectionDetails(int index)A list of BeyondCorp AppConnections with details in the project.intgetAppConnectionDetailsCount()A list of BeyondCorp AppConnections with details in the project.List<ResolveAppConnectionsResponse.AppConnectionDetails>getAppConnectionDetailsList()A list of BeyondCorp AppConnections with details in the project.ResolveAppConnectionsResponse.AppConnectionDetailsOrBuildergetAppConnectionDetailsOrBuilder(int index)A list of BeyondCorp AppConnections with details in the project.List<? extends ResolveAppConnectionsResponse.AppConnectionDetailsOrBuilder>getAppConnectionDetailsOrBuilderList()A list of BeyondCorp AppConnections with details in the project.StringgetNextPageToken()A token to retrieve the next page of results, or empty if there are no more results in the list.com.google.protobuf.ByteStringgetNextPageTokenBytes()A token to retrieve the next page of results, or empty if there are no more results in the list.StringgetUnreachable(int index)A list of locations that could not be reached.com.google.protobuf.ByteStringgetUnreachableBytes(int index)A list of locations that could not be reached.intgetUnreachableCount()A list of locations that could not be reached.List<String>getUnreachableList()A list of locations that could not be reached.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAppConnectionDetailsList
List<ResolveAppConnectionsResponse.AppConnectionDetails> getAppConnectionDetailsList()
A list of BeyondCorp AppConnections with details in the project.
repeated .google.cloud.beyondcorp.appconnections.v1.ResolveAppConnectionsResponse.AppConnectionDetails app_connection_details = 1;
-
getAppConnectionDetails
ResolveAppConnectionsResponse.AppConnectionDetails getAppConnectionDetails(int index)
A list of BeyondCorp AppConnections with details in the project.
repeated .google.cloud.beyondcorp.appconnections.v1.ResolveAppConnectionsResponse.AppConnectionDetails app_connection_details = 1;
-
getAppConnectionDetailsCount
int getAppConnectionDetailsCount()
A list of BeyondCorp AppConnections with details in the project.
repeated .google.cloud.beyondcorp.appconnections.v1.ResolveAppConnectionsResponse.AppConnectionDetails app_connection_details = 1;
-
getAppConnectionDetailsOrBuilderList
List<? extends ResolveAppConnectionsResponse.AppConnectionDetailsOrBuilder> getAppConnectionDetailsOrBuilderList()
A list of BeyondCorp AppConnections with details in the project.
repeated .google.cloud.beyondcorp.appconnections.v1.ResolveAppConnectionsResponse.AppConnectionDetails app_connection_details = 1;
-
getAppConnectionDetailsOrBuilder
ResolveAppConnectionsResponse.AppConnectionDetailsOrBuilder getAppConnectionDetailsOrBuilder(int index)
A list of BeyondCorp AppConnections with details in the project.
repeated .google.cloud.beyondcorp.appconnections.v1.ResolveAppConnectionsResponse.AppConnectionDetails app_connection_details = 1;
-
getNextPageToken
String getNextPageToken()
A token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-
getUnreachableList
List<String> getUnreachableList()
A list of locations that could not be reached.
repeated string unreachable = 3;- Returns:
- A list containing the unreachable.
-
getUnreachableCount
int getUnreachableCount()
A list of locations that could not be reached.
repeated string unreachable = 3;- Returns:
- The count of unreachable.
-
getUnreachable
String getUnreachable(int index)
A list of locations that could not be reached.
repeated string unreachable = 3;- Parameters:
index- The index of the element to return.- Returns:
- The unreachable at the given index.
-
getUnreachableBytes
com.google.protobuf.ByteString getUnreachableBytes(int index)
A list of locations that could not be reached.
repeated string unreachable = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the unreachable at the given index.
-
-