Package Methods (0.8.11)

Summary of entries of Methods for connectgateway.

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient

GatewayServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.transports.base.GatewayServiceTransport, typing.Callable[[...], google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.transports.base.GatewayServiceTransport]]] = '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.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.delete_resource

delete_resource(
    request: typing.Optional[
        typing.Union[google.api.httpbody_pb2.HttpBody, dict]
    ] = 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.httpbody_pb2.HttpBody

DeleteResource performs an HTTP DELETE on the Kubernetes API Server.

See more: google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.delete_resource

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.from_service_account_file

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.from_service_account_info

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.from_service_account_json

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.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.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.get_resource

get_resource(
    request: typing.Optional[
        typing.Union[google.api.httpbody_pb2.HttpBody, dict]
    ] = 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.httpbody_pb2.HttpBody

GetResource performs an HTTP GET request on the Kubernetes API Server.

See more: google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.get_resource

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.transports.base.GatewayServiceTransport
    ]
)

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.patch_resource

patch_resource(
    request: typing.Optional[
        typing.Union[google.api.httpbody_pb2.HttpBody, dict]
    ] = 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.httpbody_pb2.HttpBody

PatchResource performs an HTTP PATCH on the Kubernetes API Server.

See more: google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.patch_resource

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.post_resource

post_resource(
    request: typing.Optional[
        typing.Union[google.api.httpbody_pb2.HttpBody, dict]
    ] = 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.httpbody_pb2.HttpBody

PostResource performs an HTTP POST on the Kubernetes API Server.

See more: google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.post_resource

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.put_resource

put_resource(
    request: typing.Optional[
        typing.Union[google.api.httpbody_pb2.HttpBody, dict]
    ] = 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.httpbody_pb2.HttpBody

PutResource performs an HTTP PUT on the Kubernetes API Server.

See more: google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceAsyncClient.put_resource

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient

GatewayServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.transports.base.GatewayServiceTransport, typing.Callable[[...], google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.transports.base.GatewayServiceTransport]]] = 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.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.delete_resource

delete_resource(
    request: typing.Optional[
        typing.Union[google.api.httpbody_pb2.HttpBody, dict]
    ] = 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.httpbody_pb2.HttpBody

DeleteResource performs an HTTP DELETE on the Kubernetes API Server.

See more: google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.delete_resource

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.from_service_account_file

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.from_service_account_info

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.from_service_account_json

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.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.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.get_resource

get_resource(
    request: typing.Optional[
        typing.Union[google.api.httpbody_pb2.HttpBody, dict]
    ] = 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.httpbody_pb2.HttpBody

GetResource performs an HTTP GET request on the Kubernetes API Server.

See more: google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.get_resource

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.patch_resource

patch_resource(
    request: typing.Optional[
        typing.Union[google.api.httpbody_pb2.HttpBody, dict]
    ] = 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.httpbody_pb2.HttpBody

PatchResource performs an HTTP PATCH on the Kubernetes API Server.

See more: google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.patch_resource

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.post_resource

post_resource(
    request: typing.Optional[
        typing.Union[google.api.httpbody_pb2.HttpBody, dict]
    ] = 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.httpbody_pb2.HttpBody

PostResource performs an HTTP POST on the Kubernetes API Server.

See more: google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.post_resource

google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.put_resource

put_resource(
    request: typing.Optional[
        typing.Union[google.api.httpbody_pb2.HttpBody, dict]
    ] = 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.httpbody_pb2.HttpBody

PutResource performs an HTTP PUT on the Kubernetes API Server.

See more: google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service.GatewayServiceClient.put_resource