Summary of entries of Methods for apigateway.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient
ApiGatewayServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apigateway_v1.services.api_gateway_service.transports.base.ApiGatewayServiceTransport, typing.Callable[[...], google.cloud.apigateway_v1.services.api_gateway_service.transports.base.ApiGatewayServiceTransport]]] = '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 api gateway service async client.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.api_config_path
api_config_path(project: str, api: str, api_config: str) -> str
Returns a fully-qualified api_config string.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.api_config_path
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.api_path
api_path(project: str, api: str) -> str
Returns a fully-qualified api string.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.api_path
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.create_api
create_api( request: typing.Optional[ typing.Union[google.cloud.apigateway_v1.types.apigateway.CreateApiRequest, dict] ] = None, *, parent: typing.Optional[str] = None, api: typing.Optional[google.cloud.apigateway_v1.types.apigateway.Api] = None, api_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
Creates a new Api in a given project and location.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.create_api
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.create_api_config
create_api_config( request: typing.Optional[ typing.Union[ google.cloud.apigateway_v1.types.apigateway.CreateApiConfigRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, api_config: typing.Optional[ google.cloud.apigateway_v1.types.apigateway.ApiConfig ] = None, api_config_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
Creates a new ApiConfig in a given project and location.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.create_gateway
create_gateway( request: typing.Optional[ typing.Union[ google.cloud.apigateway_v1.types.apigateway.CreateGatewayRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, gateway: typing.Optional[ google.cloud.apigateway_v1.types.apigateway.Gateway ] = None, 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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Creates a new Gateway in a given project and location.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.create_gateway
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.delete_api
delete_api( request: typing.Optional[ typing.Union[google.cloud.apigateway_v1.types.apigateway.DeleteApiRequest, 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
Deletes a single Api.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.delete_api
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.delete_api_config
delete_api_config( request: typing.Optional[ typing.Union[ google.cloud.apigateway_v1.types.apigateway.DeleteApiConfigRequest, 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
Deletes a single ApiConfig.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.delete_gateway
delete_gateway( request: typing.Optional[ typing.Union[ google.cloud.apigateway_v1.types.apigateway.DeleteGatewayRequest, 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
Deletes a single Gateway.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.delete_gateway
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.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.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.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.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.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.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.gateway_path
gateway_path(project: str, location: str, gateway: str) -> str
Returns a fully-qualified gateway string.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.gateway_path
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.get_api
get_api( request: typing.Optional[ typing.Union[google.cloud.apigateway_v1.types.apigateway.GetApiRequest, 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.apigateway_v1.types.apigateway.Api
Gets details of a single Api.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.get_api
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.get_api_config
get_api_config( request: typing.Optional[ typing.Union[ google.cloud.apigateway_v1.types.apigateway.GetApiConfigRequest, 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.apigateway_v1.types.apigateway.ApiConfig
Gets details of a single ApiConfig.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.get_api_config
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.get_gateway
get_gateway( request: typing.Optional[ typing.Union[ google.cloud.apigateway_v1.types.apigateway.GetGatewayRequest, 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.apigateway_v1.types.apigateway.Gateway
Gets details of a single Gateway.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.get_gateway
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.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.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.apigateway_v1.services.api_gateway_service.transports.base.ApiGatewayServiceTransport ]
Returns an appropriate transport class.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.list_api_configs
list_api_configs( request: typing.Optional[ typing.Union[ google.cloud.apigateway_v1.types.apigateway.ListApiConfigsRequest, 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.apigateway_v1.services.api_gateway_service.pagers.ListApiConfigsAsyncPager )
Lists ApiConfigs in a given project and location.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.list_apis
list_apis( request: typing.Optional[ typing.Union[google.cloud.apigateway_v1.types.apigateway.ListApisRequest, 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.apigateway_v1.services.api_gateway_service.pagers.ListApisAsyncPager
Lists Apis in a given project and location.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.list_apis
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.list_gateways
list_gateways( request: typing.Optional[ typing.Union[ google.cloud.apigateway_v1.types.apigateway.ListGatewaysRequest, 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.apigateway_v1.services.api_gateway_service.pagers.ListGatewaysAsyncPager )
Lists Gateways in a given project and location.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.list_gateways
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.managed_service_path
managed_service_path(service: str) -> str
Returns a fully-qualified managed_service string.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.parse_api_config_path
parse_api_config_path(path: str) -> typing.Dict[str, str]
Parses a api_config path into its component segments.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.parse_api_path
parse_api_path(path: str) -> typing.Dict[str, str]
Parses a api path into its component segments.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.parse_api_path
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.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.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.parse_gateway_path
parse_gateway_path(path: str) -> typing.Dict[str, str]
Parses a gateway path into its component segments.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.parse_managed_service_path
parse_managed_service_path(path: str) -> typing.Dict[str, str]
Parses a managed_service path into its component segments.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.parse_service_account_path
parse_service_account_path(path: str) -> typing.Dict[str, str]
Parses a service_account path into its component segments.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]
Parses a service path into its component segments.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.service_account_path
service_account_path(project: str, service_account: str) -> str
Returns a fully-qualified service_account string.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.service_path
service_path(service: str, config: str) -> str
Returns a fully-qualified service string.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.service_path
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.update_api
update_api( request: typing.Optional[ typing.Union[google.cloud.apigateway_v1.types.apigateway.UpdateApiRequest, dict] ] = None, *, api: typing.Optional[google.cloud.apigateway_v1.types.apigateway.Api] = 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
Updates the parameters of a single Api.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.update_api
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.update_api_config
update_api_config( request: typing.Optional[ typing.Union[ google.cloud.apigateway_v1.types.apigateway.UpdateApiConfigRequest, dict ] ] = None, *, api_config: typing.Optional[ google.cloud.apigateway_v1.types.apigateway.ApiConfig ] = 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
Updates the parameters of a single ApiConfig.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.update_gateway
update_gateway( request: typing.Optional[ typing.Union[ google.cloud.apigateway_v1.types.apigateway.UpdateGatewayRequest, dict ] ] = None, *, gateway: typing.Optional[ google.cloud.apigateway_v1.types.apigateway.Gateway ] = 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
Updates the parameters of a single Gateway.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceAsyncClient.update_gateway
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient
ApiGatewayServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apigateway_v1.services.api_gateway_service.transports.base.ApiGatewayServiceTransport, typing.Callable[[...], google.cloud.apigateway_v1.services.api_gateway_service.transports.base.ApiGatewayServiceTransport]]] = 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 api gateway service client.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.exit
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.api_config_path
api_config_path(project: str, api: str, api_config: str) -> str
Returns a fully-qualified api_config string.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.api_config_path
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.api_path
api_path(project: str, api: str) -> str
Returns a fully-qualified api string.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.api_path
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.common_folder_path
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.common_location_path
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.common_project_path
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.create_api
create_api( request: typing.Optional[ typing.Union[google.cloud.apigateway_v1.types.apigateway.CreateApiRequest, dict] ] = None, *, parent: typing.Optional[str] = None, api: typing.Optional[google.cloud.apigateway_v1.types.apigateway.Api] = None, api_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
Creates a new Api in a given project and location.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.create_api
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.create_api_config
create_api_config( request: typing.Optional[ typing.Union[ google.cloud.apigateway_v1.types.apigateway.CreateApiConfigRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, api_config: typing.Optional[ google.cloud.apigateway_v1.types.apigateway.ApiConfig ] = None, api_config_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
Creates a new ApiConfig in a given project and location.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.create_api_config
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.create_gateway
create_gateway( request: typing.Optional[ typing.Union[ google.cloud.apigateway_v1.types.apigateway.CreateGatewayRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, gateway: typing.Optional[ google.cloud.apigateway_v1.types.apigateway.Gateway ] = None, 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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Creates a new Gateway in a given project and location.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.create_gateway
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.delete_api
delete_api( request: typing.Optional[ typing.Union[google.cloud.apigateway_v1.types.apigateway.DeleteApiRequest, 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
Deletes a single Api.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.delete_api
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.delete_api_config
delete_api_config( request: typing.Optional[ typing.Union[ google.cloud.apigateway_v1.types.apigateway.DeleteApiConfigRequest, 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
Deletes a single ApiConfig.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.delete_api_config
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.delete_gateway
delete_gateway( request: typing.Optional[ typing.Union[ google.cloud.apigateway_v1.types.apigateway.DeleteGatewayRequest, 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
Deletes a single Gateway.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.delete_gateway
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.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.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.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.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.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.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.gateway_path
gateway_path(project: str, location: str, gateway: str) -> str
Returns a fully-qualified gateway string.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.gateway_path
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.get_api
get_api( request: typing.Optional[ typing.Union[google.cloud.apigateway_v1.types.apigateway.GetApiRequest, 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.apigateway_v1.types.apigateway.Api
Gets details of a single Api.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.get_api
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.get_api_config
get_api_config( request: typing.Optional[ typing.Union[ google.cloud.apigateway_v1.types.apigateway.GetApiConfigRequest, 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.apigateway_v1.types.apigateway.ApiConfig
Gets details of a single ApiConfig.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.get_api_config
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.get_gateway
get_gateway( request: typing.Optional[ typing.Union[ google.cloud.apigateway_v1.types.apigateway.GetGatewayRequest, 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.apigateway_v1.types.apigateway.Gateway
Gets details of a single Gateway.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.get_gateway
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.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.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.list_api_configs
list_api_configs( request: typing.Optional[ typing.Union[ google.cloud.apigateway_v1.types.apigateway.ListApiConfigsRequest, 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.apigateway_v1.services.api_gateway_service.pagers.ListApiConfigsPager
Lists ApiConfigs in a given project and location.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.list_api_configs
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.list_apis
list_apis( request: typing.Optional[ typing.Union[google.cloud.apigateway_v1.types.apigateway.ListApisRequest, 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.apigateway_v1.services.api_gateway_service.pagers.ListApisPager
Lists Apis in a given project and location.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.list_apis
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.list_gateways
list_gateways( request: typing.Optional[ typing.Union[ google.cloud.apigateway_v1.types.apigateway.ListGatewaysRequest, 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.apigateway_v1.services.api_gateway_service.pagers.ListGatewaysPager
Lists Gateways in a given project and location.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.list_gateways
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.managed_service_path
managed_service_path(service: str) -> str
Returns a fully-qualified managed_service string.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.managed_service_path
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.parse_api_config_path
parse_api_config_path(path: str) -> typing.Dict[str, str]
Parses a api_config path into its component segments.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.parse_api_path
parse_api_path(path: str) -> typing.Dict[str, str]
Parses a api path into its component segments.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.parse_api_path
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.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.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.parse_gateway_path
parse_gateway_path(path: str) -> typing.Dict[str, str]
Parses a gateway path into its component segments.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.parse_gateway_path
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.parse_managed_service_path
parse_managed_service_path(path: str) -> typing.Dict[str, str]
Parses a managed_service path into its component segments.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.parse_service_account_path
parse_service_account_path(path: str) -> typing.Dict[str, str]
Parses a service_account path into its component segments.
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]
Parses a service path into its component segments.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.parse_service_path
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.service_account_path
service_account_path(project: str, service_account: str) -> str
Returns a fully-qualified service_account string.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.service_account_path
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.service_path
service_path(service: str, config: str) -> str
Returns a fully-qualified service string.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.service_path
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.update_api
update_api( request: typing.Optional[ typing.Union[google.cloud.apigateway_v1.types.apigateway.UpdateApiRequest, dict] ] = None, *, api: typing.Optional[google.cloud.apigateway_v1.types.apigateway.Api] = 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
Updates the parameters of a single Api.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.update_api
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.update_api_config
update_api_config( request: typing.Optional[ typing.Union[ google.cloud.apigateway_v1.types.apigateway.UpdateApiConfigRequest, dict ] ] = None, *, api_config: typing.Optional[ google.cloud.apigateway_v1.types.apigateway.ApiConfig ] = 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
Updates the parameters of a single ApiConfig.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.update_api_config
google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.update_gateway
update_gateway( request: typing.Optional[ typing.Union[ google.cloud.apigateway_v1.types.apigateway.UpdateGatewayRequest, dict ] ] = None, *, gateway: typing.Optional[ google.cloud.apigateway_v1.types.apigateway.Gateway ] = 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
Updates the parameters of a single Gateway.
See more: google.cloud.apigateway_v1.services.api_gateway_service.ApiGatewayServiceClient.update_gateway
google.cloud.apigateway_v1.services.api_gateway_service.pagers.ListApiConfigsAsyncPager
ListApiConfigsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.apigateway_v1.types.apigateway.ListApiConfigsResponse ], ], request: google.cloud.apigateway_v1.types.apigateway.ListApiConfigsRequest, response: google.cloud.apigateway_v1.types.apigateway.ListApiConfigsResponse, *, 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]]] = () )
Instantiates the pager.
See more: google.cloud.apigateway_v1.services.api_gateway_service.pagers.ListApiConfigsAsyncPager
google.cloud.apigateway_v1.services.api_gateway_service.pagers.ListApiConfigsPager
ListApiConfigsPager( method: typing.Callable[ [...], google.cloud.apigateway_v1.types.apigateway.ListApiConfigsResponse ], request: google.cloud.apigateway_v1.types.apigateway.ListApiConfigsRequest, response: google.cloud.apigateway_v1.types.apigateway.ListApiConfigsResponse, *, 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]]] = () )
Instantiate the pager.
See more: google.cloud.apigateway_v1.services.api_gateway_service.pagers.ListApiConfigsPager
google.cloud.apigateway_v1.services.api_gateway_service.pagers.ListApisAsyncPager
ListApisAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.apigateway_v1.types.apigateway.ListApisResponse], ], request: google.cloud.apigateway_v1.types.apigateway.ListApisRequest, response: google.cloud.apigateway_v1.types.apigateway.ListApisResponse, *, 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]]] = () )
Instantiates the pager.
See more: google.cloud.apigateway_v1.services.api_gateway_service.pagers.ListApisAsyncPager
google.cloud.apigateway_v1.services.api_gateway_service.pagers.ListApisPager
ListApisPager( method: typing.Callable[ [...], google.cloud.apigateway_v1.types.apigateway.ListApisResponse ], request: google.cloud.apigateway_v1.types.apigateway.ListApisRequest, response: google.cloud.apigateway_v1.types.apigateway.ListApisResponse, *, 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]]] = () )
Instantiate the pager.
See more: google.cloud.apigateway_v1.services.api_gateway_service.pagers.ListApisPager
google.cloud.apigateway_v1.services.api_gateway_service.pagers.ListGatewaysAsyncPager
ListGatewaysAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.apigateway_v1.types.apigateway.ListGatewaysResponse ], ], request: google.cloud.apigateway_v1.types.apigateway.ListGatewaysRequest, response: google.cloud.apigateway_v1.types.apigateway.ListGatewaysResponse, *, 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]]] = () )
Instantiates the pager.
See more: google.cloud.apigateway_v1.services.api_gateway_service.pagers.ListGatewaysAsyncPager
google.cloud.apigateway_v1.services.api_gateway_service.pagers.ListGatewaysPager
ListGatewaysPager( method: typing.Callable[ [...], google.cloud.apigateway_v1.types.apigateway.ListGatewaysResponse ], request: google.cloud.apigateway_v1.types.apigateway.ListGatewaysRequest, response: google.cloud.apigateway_v1.types.apigateway.ListGatewaysResponse, *, 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]]] = () )
Instantiate the pager.
See more: google.cloud.apigateway_v1.services.api_gateway_service.pagers.ListGatewaysPager