Stay organized with collections Save and categorize content based on your preferences.
Summary of entries of Methods for beyondcorpappconnections.
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClientAppConnectionsServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.transports.base.AppConnectionsServiceTransport, typing.Callable[[...], google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.transports.base.AppConnectionsServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.app_connection_path
app_connection_path(project: str, location: str, app_connection: str) -> str
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.app_connector_path
app_connector_path(project: str, location: str, app_connector: str) -> str
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.app_gateway_path
app_gateway_path(project: str, location: str, app_gateway: str) -> str
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> None
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.create_app_connection
create_app_connection(
request: typing.Optional[
typing.Union[
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.CreateAppConnectionRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
app_connection: typing.Optional[
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.AppConnection
] = None,
app_connection_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperation
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.delete_app_connection
delete_app_connection(
request: typing.Optional[
typing.Union[
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.DeleteAppConnectionRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperation
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> None
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.get_app_connection
get_app_connection(
request: typing.Optional[
typing.Union[
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.GetAppConnectionRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.AppConnection
)
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.Policy
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.Location
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.Operation
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.transports.base.AppConnectionsServiceTransport
]
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.list_app_connections
list_app_connections(
request: typing.Optional[
typing.Union[
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ListAppConnectionsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.pagers.ListAppConnectionsAsyncPager
)
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.parse_app_connection_path
parse_app_connection_path(path: str) -> typing.Dict[str, str]
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.parse_app_connector_path
parse_app_connector_path(path: str) -> typing.Dict[str, str]
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.parse_app_gateway_path
parse_app_gateway_path(path: str) -> typing.Dict[str, str]
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.resolve_app_connections
resolve_app_connections(
request: typing.Optional[
typing.Union[
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ResolveAppConnectionsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.pagers.ResolveAppConnectionsAsyncPager
)
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.Policy
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceAsyncClient.update_app_connection
update_app_connection(
request: typing.Optional[
typing.Union[
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.UpdateAppConnectionRequest,
dict,
]
] = None,
*,
app_connection: typing.Optional[
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.AppConnection
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperation
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient
AppConnectionsServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.transports.base.AppConnectionsServiceTransport, typing.Callable[[...], google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.transports.base.AppConnectionsServiceTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.__exit__
__exit__(type, value, traceback)
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.app_connection_path
app_connection_path(project: str, location: str, app_connection: str) -> str
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.app_connector_path
app_connector_path(project: str, location: str, app_connector: str) -> str
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.app_gateway_path
app_gateway_path(project: str, location: str, app_gateway: str) -> str
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> None
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.common_project_path
common_project_path(project: str) -> str
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.create_app_connection
create_app_connection(
request: typing.Optional[
typing.Union[
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.CreateAppConnectionRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
app_connection: typing.Optional[
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.AppConnection
] = None,
app_connection_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.Operation
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.delete_app_connection
delete_app_connection(
request: typing.Optional[
typing.Union[
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.DeleteAppConnectionRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.Operation
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> None
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.get_app_connection
get_app_connection(
request: typing.Optional[
typing.Union[
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.GetAppConnectionRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.AppConnection
)
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.Policy
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.Location
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.Operation
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.list_app_connections
list_app_connections(
request: typing.Optional[
typing.Union[
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ListAppConnectionsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.pagers.ListAppConnectionsPager
)
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.parse_app_connection_path
parse_app_connection_path(path: str) -> typing.Dict[str, str]
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.parse_app_connector_path
parse_app_connector_path(path: str) -> typing.Dict[str, str]
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.parse_app_gateway_path
parse_app_gateway_path(path: str) -> typing.Dict[str, str]
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.resolve_app_connections
resolve_app_connections(
request: typing.Optional[
typing.Union[
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ResolveAppConnectionsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.pagers.ResolveAppConnectionsPager
)
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.Policy
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
google.cloud.beyondcorp_appconnections_v1.services.app_connections_service.AppConnectionsServiceClient.update_app_connection
update_app_connection(
request: typing.Optional[
typing.Union[
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.UpdateAppConnectionRequest,
dict,
]
] = None,
*,
app_connection: typing.Optional[
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.AppConnection
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.Operation
ListAppConnectionsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ListAppConnectionsResponse
],
],
request: google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ListAppConnectionsRequest,
response: google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ListAppConnectionsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
ListAppConnectionsPager(
method: typing.Callable[
[...],
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ListAppConnectionsResponse,
],
request: google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ListAppConnectionsRequest,
response: google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ListAppConnectionsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
ResolveAppConnectionsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ResolveAppConnectionsResponse
],
],
request: google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ResolveAppConnectionsRequest,
response: google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ResolveAppConnectionsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
ResolveAppConnectionsPager(
method: typing.Callable[
[...],
google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ResolveAppConnectionsResponse,
],
request: google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ResolveAppConnectionsRequest,
response: google.cloud.beyondcorp_appconnections_v1.types.app_connections_service.ResolveAppConnectionsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4