Interface ResolveAppConnectionsResponse.AppConnectionDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResolveAppConnectionsResponse.AppConnectionDetails
,ResolveAppConnectionsResponse.AppConnectionDetails.Builder
- Enclosing class:
- ResolveAppConnectionsResponse
public static interface ResolveAppConnectionsResponse.AppConnectionDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppConnection
getAppConnection()
A BeyondCorp AppConnection in the project.AppConnectionOrBuilder
getAppConnectionOrBuilder()
A BeyondCorp AppConnection in the project.String
getRecentMigVms(int index)
If type=GCP_REGIONAL_MIG, contains most recent VM instances, like `https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}`.com.google.protobuf.ByteString
getRecentMigVmsBytes(int index)
If type=GCP_REGIONAL_MIG, contains most recent VM instances, like `https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}`.int
getRecentMigVmsCount()
If type=GCP_REGIONAL_MIG, contains most recent VM instances, like `https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}`.List<String>
getRecentMigVmsList()
If type=GCP_REGIONAL_MIG, contains most recent VM instances, like `https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}`.boolean
hasAppConnection()
A BeyondCorp AppConnection in the project.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAppConnection
boolean hasAppConnection()
A BeyondCorp AppConnection in the project.
.google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 1;
- Returns:
- Whether the appConnection field is set.
-
getAppConnection
AppConnection getAppConnection()
A BeyondCorp AppConnection in the project.
.google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 1;
- Returns:
- The appConnection.
-
getAppConnectionOrBuilder
AppConnectionOrBuilder getAppConnectionOrBuilder()
A BeyondCorp AppConnection in the project.
.google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 1;
-
getRecentMigVmsList
List<String> getRecentMigVmsList()
If type=GCP_REGIONAL_MIG, contains most recent VM instances, like `https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}`.
repeated string recent_mig_vms = 2;
- Returns:
- A list containing the recentMigVms.
-
getRecentMigVmsCount
int getRecentMigVmsCount()
If type=GCP_REGIONAL_MIG, contains most recent VM instances, like `https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}`.
repeated string recent_mig_vms = 2;
- Returns:
- The count of recentMigVms.
-
getRecentMigVms
String getRecentMigVms(int index)
If type=GCP_REGIONAL_MIG, contains most recent VM instances, like `https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}`.
repeated string recent_mig_vms = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The recentMigVms at the given index.
-
getRecentMigVmsBytes
com.google.protobuf.ByteString getRecentMigVmsBytes(int index)
If type=GCP_REGIONAL_MIG, contains most recent VM instances, like `https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}`.
repeated string recent_mig_vms = 2;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the recentMigVms at the given index.
-
-