Interface ResolveAppConnectionsResponse.AppConnectionDetailsOrBuilder (0.33.0)

public static interface ResolveAppConnectionsResponse.AppConnectionDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAppConnection()

public abstract AppConnection getAppConnection()

A BeyondCorp AppConnection in the project.

.google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 1;

Returns
TypeDescription
AppConnection

The appConnection.

getAppConnectionOrBuilder()

public abstract AppConnectionOrBuilder getAppConnectionOrBuilder()

A BeyondCorp AppConnection in the project.

.google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 1;

Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the appConnection field is set.