public static interface ResolveAppConnectionsResponse.AppConnectionDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAppConnection()
public abstract AppConnection getAppConnection()A BeyondCorp AppConnection in the project.
.google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 1;
| Returns | |
|---|---|
| Type | Description |
AppConnection |
The appConnection. |
getAppConnectionOrBuilder()
public abstract AppConnectionOrBuilder getAppConnectionOrBuilder()A BeyondCorp AppConnection in the project.
.google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 1;
| Returns | |
|---|---|
| Type | Description |
AppConnectionOrBuilder |
|
getRecentMigVms(int index)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The recentMigVms at the given index. |
getRecentMigVmsBytes(int index)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the recentMigVms at the given index. |
getRecentMigVmsCount()
public abstract 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 | |
|---|---|
| Type | Description |
int |
The count of recentMigVms. |
getRecentMigVmsList()
public abstract 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 | |
|---|---|
| Type | Description |
List<String> |
A list containing the recentMigVms. |
hasAppConnection()
public abstract boolean hasAppConnection()A BeyondCorp AppConnection in the project.
.google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the appConnection field is set. |