Summary of entries of Methods for beyondcorpclientgateways.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient
ClientGatewaysServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.transports.base.ClientGatewaysServiceTransport, typing.Callable[[...], google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.transports.base.ClientGatewaysServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the client gateways service async client.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.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, str]] = ()
) -> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.client_gateway_path
client_gateway_path(project: str, location: str, client_gateway: str) -> str
Returns a fully-qualified client_gateway string.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.create_client_gateway
create_client_gateway(
request: typing.Optional[
typing.Union[
google.cloud.beyondcorp_clientgateways_v1.types.client_gateways_service.CreateClientGatewayRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
client_gateway: typing.Optional[
google.cloud.beyondcorp_clientgateways_v1.types.client_gateways_service.ClientGateway
] = None,
client_gateway_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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a new ClientGateway in a given project and location.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.delete_client_gateway
delete_client_gateway(
request: typing.Optional[
typing.Union[
google.cloud.beyondcorp_clientgateways_v1.types.client_gateways_service.DeleteClientGatewayRequest,
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a single ClientGateway.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.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, str]] = ()
) -> None
Deletes a long-running operation.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.get_client_gateway
get_client_gateway(
request: typing.Optional[
typing.Union[
google.cloud.beyondcorp_clientgateways_v1.types.client_gateways_service.GetClientGatewayRequest,
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, str]] = ()
) -> (
google.cloud.beyondcorp_clientgateways_v1.types.client_gateways_service.ClientGateway
)
Gets details of a single ClientGateway.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets the IAM access control policy for a function.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation
Gets the latest state of a long-running operation.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.transports.base.ClientGatewaysServiceTransport
]
Returns an appropriate transport class.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.list_client_gateways
list_client_gateways(
request: typing.Optional[
typing.Union[
google.cloud.beyondcorp_clientgateways_v1.types.client_gateways_service.ListClientGatewaysRequest,
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, str]] = ()
) -> (
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.pagers.ListClientGatewaysAsyncPager
)
Lists ClientGateways in a given project and location.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists information about the supported locations for this service.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.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, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse
Lists operations that match the specified filter in the request.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.parse_client_gateway_path
parse_client_gateway_path(path: str) -> typing.Dict[str, str]
Parses a client_gateway path into its component segments.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Sets the IAM access control policy on the specified function.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceAsyncClient.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, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Tests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient
ClientGatewaysServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.transports.base.ClientGatewaysServiceTransport, typing.Callable[[...], google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.transports.base.ClientGatewaysServiceTransport]]] = 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 =
Instantiates the client gateways service client.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.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, str]] = ()
) -> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.client_gateway_path
client_gateway_path(project: str, location: str, client_gateway: str) -> str
Returns a fully-qualified client_gateway string.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.create_client_gateway
create_client_gateway(
request: typing.Optional[
typing.Union[
google.cloud.beyondcorp_clientgateways_v1.types.client_gateways_service.CreateClientGatewayRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
client_gateway: typing.Optional[
google.cloud.beyondcorp_clientgateways_v1.types.client_gateways_service.ClientGateway
] = None,
client_gateway_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, str]] = ()
) -> google.api_core.operation.Operation
Creates a new ClientGateway in a given project and location.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.delete_client_gateway
delete_client_gateway(
request: typing.Optional[
typing.Union[
google.cloud.beyondcorp_clientgateways_v1.types.client_gateways_service.DeleteClientGatewayRequest,
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, str]] = ()
) -> google.api_core.operation.Operation
Deletes a single ClientGateway.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.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, str]] = ()
) -> None
Deletes a long-running operation.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.get_client_gateway
get_client_gateway(
request: typing.Optional[
typing.Union[
google.cloud.beyondcorp_clientgateways_v1.types.client_gateways_service.GetClientGatewayRequest,
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, str]] = ()
) -> (
google.cloud.beyondcorp_clientgateways_v1.types.client_gateways_service.ClientGateway
)
Gets details of a single ClientGateway.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets the IAM access control policy for a function.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation
Gets the latest state of a long-running operation.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.list_client_gateways
list_client_gateways(
request: typing.Optional[
typing.Union[
google.cloud.beyondcorp_clientgateways_v1.types.client_gateways_service.ListClientGatewaysRequest,
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, str]] = ()
) -> (
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.pagers.ListClientGatewaysPager
)
Lists ClientGateways in a given project and location.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists information about the supported locations for this service.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.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, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse
Lists operations that match the specified filter in the request.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.parse_client_gateway_path
parse_client_gateway_path(path: str) -> typing.Dict[str, str]
Parses a client_gateway path into its component segments.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Sets the IAM access control policy on the specified function.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.ClientGatewaysServiceClient.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, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Tests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.pagers.ListClientGatewaysAsyncPager
ListClientGatewaysAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.beyondcorp_clientgateways_v1.types.client_gateways_service.ListClientGatewaysResponse
],
],
request: google.cloud.beyondcorp_clientgateways_v1.types.client_gateways_service.ListClientGatewaysRequest,
response: google.cloud.beyondcorp_clientgateways_v1.types.client_gateways_service.ListClientGatewaysResponse,
*,
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, str]] = ()
)
Instantiates the pager.
google.cloud.beyondcorp_clientgateways_v1.services.client_gateways_service.pagers.ListClientGatewaysPager
ListClientGatewaysPager(
method: typing.Callable[
[...],
google.cloud.beyondcorp_clientgateways_v1.types.client_gateways_service.ListClientGatewaysResponse,
],
request: google.cloud.beyondcorp_clientgateways_v1.types.client_gateways_service.ListClientGatewaysRequest,
response: google.cloud.beyondcorp_clientgateways_v1.types.client_gateways_service.ListClientGatewaysResponse,
*,
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, str]] = ()
)
Instantiate the pager.