Package-level declarations

Types

Link copied to clipboard
data class AllocatedConnectionResponse(val ingressPort: Int, val pscUri: String)

Allocated connection of the AppGateway.

Link copied to clipboard
data class ApplicationEndpointResponse(val host: String, val port: Int)

ApplicationEndpoint represents a remote application endpoint.

Link copied to clipboard
data class ConfigResponse(val destinationRoutes: List<DestinationRouteResponse>, val transportProtocol: String)

The basic ingress config for ClientGateways.

Link copied to clipboard
data class DestinationRouteResponse(val address: String, val netmask: String)

The setting used to configure ClientGateways. It is adding routes to the client's routing table after the connection is established.

Link copied to clipboard
data class EgressResponse(val peeredVpc: PeeredVpcResponse)

The details of the egress info. One of the following options should be set.

Link copied to clipboard
data class GatewayResponse(val type: String, val uri: String, val userPort: Int)

Gateway represents a user facing component that serves as an entrance to enable connectivity.

Link copied to clipboard
data class GetAppConnectionIamPolicyResult(val auditConfigs: List<GoogleIamV1AuditConfigResponse>, val bindings: List<GoogleIamV1BindingResponse>, val etag: String, val version: Int)
Link copied to clipboard
data class GetAppConnectionResult(val applicationEndpoint: GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnectionApplicationEndpointResponse, val connectors: List<String>, val createTime: String, val displayName: String, val gateway: GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnectionGatewayResponse, val labels: Map<String, String>, val name: String, val state: String, val type: String, val uid: String, val updateTime: String)
Link copied to clipboard
data class GetAppConnectorIamPolicyResult(val auditConfigs: List<GoogleIamV1AuditConfigResponse>, val bindings: List<GoogleIamV1BindingResponse>, val etag: String, val version: Int)
Link copied to clipboard
data class GetAppConnectorResult(val createTime: String, val displayName: String, val labels: Map<String, String>, val name: String, val principalInfo: GoogleCloudBeyondcorpAppconnectorsV1alphaAppConnectorPrincipalInfoResponse, val resourceInfo: GoogleCloudBeyondcorpAppconnectorsV1alphaResourceInfoResponse, val state: String, val uid: String, val updateTime: String)
Link copied to clipboard
data class GetAppGatewayIamPolicyResult(val auditConfigs: List<GoogleIamV1AuditConfigResponse>, val bindings: List<GoogleIamV1BindingResponse>, val etag: String, val version: Int)
Link copied to clipboard
data class GetAppGatewayResult(val allocatedConnections: List<AllocatedConnectionResponse>, val createTime: String, val displayName: String, val hostType: String, val labels: Map<String, String>, val name: String, val state: String, val type: String, val uid: String, val updateTime: String, val uri: String)
Link copied to clipboard
data class GetApplicationIamPolicyResult(val auditConfigs: List<GoogleIamV1AuditConfigResponse>, val bindings: List<GoogleIamV1BindingResponse>, val etag: String, val version: Int)
Link copied to clipboard
data class GetClientConnectorServiceIamPolicyResult(val auditConfigs: List<GoogleIamV1AuditConfigResponse>, val bindings: List<GoogleIamV1BindingResponse>, val etag: String, val version: Int)
Link copied to clipboard
data class GetClientConnectorServiceResult(val createTime: String, val displayName: String, val egress: EgressResponse, val ingress: IngressResponse, val name: String, val state: String, val updateTime: String)
Link copied to clipboard
data class GetClientGatewayIamPolicyResult(val auditConfigs: List<GoogleIamV1AuditConfigResponse>, val bindings: List<GoogleIamV1BindingResponse>, val etag: String, val version: Int)
Link copied to clipboard
data class GetClientGatewayResult(val clientConnectorService: String, val createTime: String, val name: String, val state: String, val updateTime: String)
Link copied to clipboard
data class GetConnectionIamPolicyResult(val auditConfigs: List<GoogleIamV1AuditConfigResponse>, val bindings: List<GoogleIamV1BindingResponse>, val etag: String, val version: Int)
Link copied to clipboard
data class GetConnectionResult(val applicationEndpoint: ApplicationEndpointResponse, val connectors: List<String>, val createTime: String, val displayName: String, val gateway: GatewayResponse, val labels: Map<String, String>, val name: String, val state: String, val type: String, val uid: String, val updateTime: String)
Link copied to clipboard
data class GetConnectorIamPolicyResult(val auditConfigs: List<GoogleIamV1AuditConfigResponse>, val bindings: List<GoogleIamV1BindingResponse>, val etag: String, val version: Int)
Link copied to clipboard
data class GetConnectorResult(val createTime: String, val displayName: String, val labels: Map<String, String>, val name: String, val principalInfo: PrincipalInfoResponse, val resourceInfo: ResourceInfoResponse, val state: String, val uid: String, val updateTime: String)
Link copied to clipboard
data class GetNetConnectionIamPolicyResult(val auditConfigs: List<GoogleIamV1AuditConfigResponse>, val bindings: List<GoogleIamV1BindingResponse>, val etag: String, val version: Int)
Link copied to clipboard
Link copied to clipboard
data class GetSubscriptionResult(val autoRenewEnabled: Boolean, val createTime: String, val endTime: String, val name: String, val seatCount: String, val sku: String, val startTime: String, val state: String, val type: String)
Link copied to clipboard
data class GetTenantResult(val createTime: String, val displayName: String, val googleGroupEmail: String, val googleGroupId: String, val name: String, val partnerMetadata: GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadataResponse, val updateTime: String)

ApplicationEndpoint represents a remote application endpoint.

data class GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnectionGatewayResponse(val appGateway: String, val ingressPort: Int, val l7psc: String, val type: String, val uri: String)

Gateway represents a user facing component that serves as an entrance to enable connectivity.

ResourceInfo represents the information/status of an app connector resource. Such as: - remote_agent - container - runtime - appgateway - appconnector - appconnection - tunnel - logagent

Message contains the authentication information to validate against the proxy server.

Metadata associated with Tenant and is provided by the Partner.

Message contains the routing information to direct traffic to the proxy server.

data class GoogleCloudBeyondcorpPartnerservicesV1alphaTransportInfoResponse(val serverCaCertPem: String, val sslDecryptCaCertPem: String)

Message contains the transport layer information to verify the proxy server.

Link copied to clipboard
data class GoogleIamV1AuditConfigResponse(val auditLogConfigs: List<GoogleIamV1AuditLogConfigResponse>, val service: String)

Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both allServices and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": "user:jose@example.com" }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": "user:aliya@example.com" } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts jose@example.com from DATA_READ logging, and aliya@example.com from DATA_WRITE logging.

Link copied to clipboard
data class GoogleIamV1AuditLogConfigResponse(val exemptedMembers: List<String>, val logType: String)

Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": "user:jose@example.com" }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.

Link copied to clipboard
data class GoogleIamV1BindingResponse(val condition: GoogleTypeExprResponse, val members: List<String>, val role: String)

Associates members, or principals, with a role.

Link copied to clipboard
data class GoogleTypeExprResponse(val description: String, val expression: String, val location: String, val title: String)

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.

Link copied to clipboard
data class IngressResponse(val config: ConfigResponse)

Settings of how to connect to the ClientGateway. One of the following options should be set.

Link copied to clipboard
data class PeeredVpcResponse(val networkVpc: String)

The peered VPC owned by the consumer project.

Link copied to clipboard
data class PrincipalInfoResponse(val serviceAccount: ServiceAccountResponse)

PrincipalInfo represents an Identity oneof.

Link copied to clipboard
data class ResourceInfoResponse(val resource: Map<String, String>, val status: String, val sub: List<ResourceInfoResponse>, val time: String)

ResourceInfo represents the information/status of the associated resource.

Link copied to clipboard
data class ServiceAccountResponse(val email: String)

ServiceAccount represents a GCP service account.