@Generated("by gapic-generator-java")
Package com.google.cloud.beyondcorp.appconnections.v1
A client to BeyondCorp API
The interfaces provided are listed below, along with usage samples.
======================= AppConnectionsServiceClient =======================
Service Description: API Overview:
The `beyondcorp.googleapis.com` service implements the Google Cloud BeyondCorp API.
Data Model:
The AppConnectionsService exposes the following resources:
- AppConnections, named as follows: `projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}`.
The AppConnectionsService service provides methods to manage (create/read/update/delete) BeyondCorp AppConnections.
Sample for AppConnectionsServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AppConnectionsServiceClient appConnectionsServiceClient =
AppConnectionsServiceClient.create()) {
AppConnectionName name = AppConnectionName.of("[PROJECT]", "[LOCATION]", "[APP_CONNECTION]");
AppConnection response = appConnectionsServiceClient.getAppConnection(name);
}
-
Interface Summary Interface Description AppConnection.ApplicationEndpointOrBuilder AppConnection.GatewayOrBuilder AppConnectionOperationMetadataOrBuilder AppConnectionOrBuilder AppConnectionsServiceGrpc.AsyncService API Overview: The `beyondcorp.googleapis.com` service implements the Google Cloud BeyondCorp API.CreateAppConnectionRequestOrBuilder DeleteAppConnectionRequestOrBuilder GetAppConnectionRequestOrBuilder ListAppConnectionsRequestOrBuilder ListAppConnectionsResponseOrBuilder ResolveAppConnectionsRequestOrBuilder ResolveAppConnectionsResponse.AppConnectionDetailsOrBuilder ResolveAppConnectionsResponseOrBuilder UpdateAppConnectionRequestOrBuilder -
Class Summary Class Description AppConnection A BeyondCorp AppConnection resource represents a BeyondCorp protected AppConnection to a remote application.AppConnection.ApplicationEndpoint ApplicationEndpoint represents a remote application endpoint.AppConnection.ApplicationEndpoint.Builder ApplicationEndpoint represents a remote application endpoint.AppConnection.Builder A BeyondCorp AppConnection resource represents a BeyondCorp protected AppConnection to a remote application.AppConnection.Gateway Gateway represents a user facing component that serves as an entrance to enable connectivity.AppConnection.Gateway.Builder Gateway represents a user facing component that serves as an entrance to enable connectivity.AppConnectionName AppConnectionName.Builder Builder for projects/{project}/locations/{location}/appConnections/{app_connection}.AppConnectionOperationMetadata Represents the metadata of the long-running operation.AppConnectionOperationMetadata.Builder Represents the metadata of the long-running operation.AppConnectionsServiceClient Service Description: API Overview:AppConnectionsServiceClient.ListAppConnectionsFixedSizeCollection AppConnectionsServiceClient.ListAppConnectionsPage AppConnectionsServiceClient.ListAppConnectionsPagedResponse AppConnectionsServiceClient.ListLocationsFixedSizeCollection AppConnectionsServiceClient.ListLocationsPage AppConnectionsServiceClient.ListLocationsPagedResponse AppConnectionsServiceClient.ResolveAppConnectionsFixedSizeCollection AppConnectionsServiceClient.ResolveAppConnectionsPage AppConnectionsServiceClient.ResolveAppConnectionsPagedResponse AppConnectionsServiceGrpc API Overview: The `beyondcorp.googleapis.com` service implements the Google Cloud BeyondCorp API.AppConnectionsServiceGrpc.AppConnectionsServiceBlockingStub A stub to allow clients to do synchronous rpc calls to service AppConnectionsService.AppConnectionsServiceGrpc.AppConnectionsServiceFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service AppConnectionsService.AppConnectionsServiceGrpc.AppConnectionsServiceImplBase Base class for the server implementation of the service AppConnectionsService.AppConnectionsServiceGrpc.AppConnectionsServiceStub A stub to allow clients to do asynchronous rpc calls to service AppConnectionsService.AppConnectionsServiceProto AppConnectionsServiceSettings Settings class to configure an instance ofAppConnectionsServiceClient
.AppConnectionsServiceSettings.Builder Builder for AppConnectionsServiceSettings.AppConnectorName AppConnectorName.Builder Builder for projects/{project}/locations/{location}/appConnectors/{app_connector}.CreateAppConnectionRequest Request message for BeyondCorp.CreateAppConnection.CreateAppConnectionRequest.Builder Request message for BeyondCorp.CreateAppConnection.DeleteAppConnectionRequest Request message for BeyondCorp.DeleteAppConnection.DeleteAppConnectionRequest.Builder Request message for BeyondCorp.DeleteAppConnection.GetAppConnectionRequest Request message for BeyondCorp.GetAppConnection.GetAppConnectionRequest.Builder Request message for BeyondCorp.GetAppConnection.ListAppConnectionsRequest Request message for BeyondCorp.ListAppConnections.ListAppConnectionsRequest.Builder Request message for BeyondCorp.ListAppConnections.ListAppConnectionsResponse Response message for BeyondCorp.ListAppConnections.ListAppConnectionsResponse.Builder Response message for BeyondCorp.ListAppConnections.LocationName LocationName.Builder Builder for projects/{project}/locations/{location}.ResolveAppConnectionsRequest Request message for BeyondCorp.ResolveAppConnections.ResolveAppConnectionsRequest.Builder Request message for BeyondCorp.ResolveAppConnections.ResolveAppConnectionsResponse Response message for BeyondCorp.ResolveAppConnections.ResolveAppConnectionsResponse.AppConnectionDetails Details of the AppConnection.ResolveAppConnectionsResponse.AppConnectionDetails.Builder Details of the AppConnection.ResolveAppConnectionsResponse.Builder Response message for BeyondCorp.ResolveAppConnections.UpdateAppConnectionRequest Request message for BeyondCorp.UpdateAppConnection.UpdateAppConnectionRequest.Builder Request message for BeyondCorp.UpdateAppConnection. -
Enum Summary Enum Description AppConnection.Gateway.Type Enum listing possible gateway hosting options.AppConnection.State Represents the different states of a AppConnection.AppConnection.Type Enum containing list of all possible network connectivity options supported by BeyondCorp AppConnection.