Package Methods (1.21.0)

Summary of entries of Methods for gkehub.

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient

GkeHubAsyncClient(
    *,
    credentials: typing.Optional[google.auth.credentials.Credentials] = None,
    transport: typing.Optional[
        typing.Union[
            str,
            google.cloud.gkehub_v1.services.gke_hub.transports.base.GkeHubTransport,
            typing.Callable[
                [...],
                google.cloud.gkehub_v1.services.gke_hub.transports.base.GkeHubTransport,
            ],
        ]
    ] = "grpc_asyncio",
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
    client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)

Instantiates the gke hub async client.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

Returns a fully-qualified billing_account string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.common_billing_account_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

Returns a fully-qualified folder string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.common_folder_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.common_location_path

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

Returns a fully-qualified location string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.common_location_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

Returns a fully-qualified organization string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.common_organization_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.common_project_path

common_project_path(project: str) -> str

Returns a fully-qualified project string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.common_project_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.create_feature

create_feature(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.CreateFeatureRequest, dict]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    resource: typing.Optional[google.cloud.gkehub_v1.types.feature.Feature] = None,
    feature_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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.create_fleet

create_fleet(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.CreateFleetRequest, dict]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    fleet: typing.Optional[google.cloud.gkehub_v1.types.fleet.Fleet] = 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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.create_membership

create_membership(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.CreateMembershipRequest, dict]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    resource: typing.Optional[
        google.cloud.gkehub_v1.types.membership.Membership
    ] = None,
    membership_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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.create_membership_binding

create_membership_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.CreateMembershipBindingRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    membership_binding: typing.Optional[
        google.cloud.gkehub_v1.types.fleet.MembershipBinding
    ] = None,
    membership_binding_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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.create_membership_rbac_role_binding

create_membership_rbac_role_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.CreateMembershipRBACRoleBindingRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    rbacrolebinding: typing.Optional[
        google.cloud.gkehub_v1.types.fleet.RBACRoleBinding
    ] = None,
    rbacrolebinding_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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.create_scope

create_scope(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.CreateScopeRequest, dict]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    scope: typing.Optional[google.cloud.gkehub_v1.types.fleet.Scope] = None,
    scope_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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.create_scope_namespace

create_scope_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.CreateScopeNamespaceRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    scope_namespace: typing.Optional[
        google.cloud.gkehub_v1.types.fleet.Namespace
    ] = None,
    scope_namespace_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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.create_scope_rbac_role_binding

create_scope_rbac_role_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.CreateScopeRBACRoleBindingRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    rbacrolebinding: typing.Optional[
        google.cloud.gkehub_v1.types.fleet.RBACRoleBinding
    ] = None,
    rbacrolebinding_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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.delete_feature

delete_feature(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.DeleteFeatureRequest, 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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.delete_fleet

delete_fleet(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.DeleteFleetRequest, 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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.delete_membership

delete_membership(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.DeleteMembershipRequest, 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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.delete_membership_binding

delete_membership_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.DeleteMembershipBindingRequest, 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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.delete_membership_rbac_role_binding

delete_membership_rbac_role_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.DeleteMembershipRBACRoleBindingRequest,
            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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.delete_scope

delete_scope(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.DeleteScopeRequest, 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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.delete_scope_namespace

delete_scope_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.DeleteScopeNamespaceRequest, 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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.delete_scope_rbac_role_binding

delete_scope_rbac_role_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.DeleteScopeRBACRoleBindingRequest, 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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.feature_path

feature_path(project: str, location: str, feature: str) -> str

Returns a fully-qualified feature string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.feature_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.fleet_path

fleet_path(project: str, location: str, fleet: str) -> str

Returns a fully-qualified fleet string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.fleet_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.from_service_account_file

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.from_service_account_info

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.from_service_account_json

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.generate_connect_manifest

generate_connect_manifest(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.GenerateConnectManifestRequest, 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, typing.Union[str, bytes]]] = ()
) -> google.cloud.gkehub_v1.types.service.GenerateConnectManifestResponse

Generates the manifest for deployment of the GKE connect agent.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.generate_connect_manifest

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.generate_membership_rbac_role_binding_yaml

generate_membership_rbac_role_binding_yaml(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.GenerateMembershipRBACRoleBindingYAMLRequest,
            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, typing.Union[str, bytes]]] = ()
) -> google.cloud.gkehub_v1.types.service.GenerateMembershipRBACRoleBindingYAMLResponse

Generates a YAML of the RBAC policies for the specified RoleBinding and its associated impersonation resources.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.generate_membership_rbac_role_binding_yaml

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.get_feature

get_feature(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.GetFeatureRequest, 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.gkehub_v1.types.feature.Feature

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.get_fleet

get_fleet(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.GetFleetRequest, 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.gkehub_v1.types.fleet.Fleet

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.get_membership

get_membership(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.GetMembershipRequest, 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.gkehub_v1.types.membership.Membership

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.get_membership_binding

get_membership_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.GetMembershipBindingRequest, 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.gkehub_v1.types.fleet.MembershipBinding

Returns the details of a MembershipBinding.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.get_membership_binding

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.get_membership_rbac_role_binding

get_membership_rbac_role_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.GetMembershipRBACRoleBindingRequest,
            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.gkehub_v1.types.fleet.RBACRoleBinding

Returns the details of a Membership RBACRoleBinding.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.get_membership_rbac_role_binding

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.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.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.get_scope

get_scope(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.GetScopeRequest, 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.gkehub_v1.types.fleet.Scope

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.get_scope_namespace

get_scope_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.GetScopeNamespaceRequest, 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.gkehub_v1.types.fleet.Namespace

Returns the details of a fleet namespace.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.get_scope_namespace

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.get_scope_rbac_role_binding

get_scope_rbac_role_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.GetScopeRBACRoleBindingRequest, 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.gkehub_v1.types.fleet.RBACRoleBinding

Returns the details of a Scope RBACRoleBinding.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.get_scope_rbac_role_binding

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.get_transport_class

get_transport_class(
    label: typing.Optional[str] = None,
) -> typing.Type[
    google.cloud.gkehub_v1.services.gke_hub.transports.base.GkeHubTransport
]

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.list_bound_memberships

list_bound_memberships(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.ListBoundMembershipsRequest, dict
        ]
    ] = None,
    *,
    scope_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.gkehub_v1.services.gke_hub.pagers.ListBoundMembershipsAsyncPager

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.list_features

list_features(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.ListFeaturesRequest, 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.gkehub_v1.services.gke_hub.pagers.ListFeaturesAsyncPager

Lists Features in a given project and location.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.list_features

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.list_fleets

list_fleets(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.ListFleetsRequest, 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.gkehub_v1.services.gke_hub.pagers.ListFleetsAsyncPager

Returns all fleets within an organization or a project that the caller has access to.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.list_fleets

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.list_membership_bindings

list_membership_bindings(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.ListMembershipBindingsRequest, 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.gkehub_v1.services.gke_hub.pagers.ListMembershipBindingsAsyncPager

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.list_membership_rbac_role_bindings

list_membership_rbac_role_bindings(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.ListMembershipRBACRoleBindingsRequest,
            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.gkehub_v1.services.gke_hub.pagers.ListMembershipRBACRoleBindingsAsyncPager
)

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.list_memberships

list_memberships(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.ListMembershipsRequest, 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.gkehub_v1.services.gke_hub.pagers.ListMembershipsAsyncPager

Lists Memberships in a given project and location.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.list_memberships

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.list_permitted_scopes

list_permitted_scopes(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.ListPermittedScopesRequest, 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.gkehub_v1.services.gke_hub.pagers.ListPermittedScopesAsyncPager

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.list_scope_namespaces

list_scope_namespaces(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.ListScopeNamespacesRequest, 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.gkehub_v1.services.gke_hub.pagers.ListScopeNamespacesAsyncPager

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.list_scope_rbac_role_bindings

list_scope_rbac_role_bindings(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.ListScopeRBACRoleBindingsRequest, 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.gkehub_v1.services.gke_hub.pagers.ListScopeRBACRoleBindingsAsyncPager

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.list_scopes

list_scopes(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.ListScopesRequest, 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.gkehub_v1.services.gke_hub.pagers.ListScopesAsyncPager

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.membership_binding_path

membership_binding_path(
    project: str, location: str, membership: str, membershipbinding: str
) -> str

Returns a fully-qualified membership_binding string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.membership_binding_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.membership_path

membership_path(project: str, location: str, membership: str) -> str

Returns a fully-qualified membership string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.membership_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.namespace_path

namespace_path(project: str, location: str, scope: str, namespace: str) -> str

Returns a fully-qualified namespace string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.namespace_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.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.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_common_billing_account_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_common_folder_path

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

Parse a folder path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_common_folder_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_common_location_path

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

Parse a location path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_common_location_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_common_organization_path

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

Parse a organization path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_common_organization_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_common_project_path

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

Parse a project path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_common_project_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_feature_path

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

Parses a feature path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_feature_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_fleet_path

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

Parses a fleet path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_fleet_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_membership_binding_path

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

Parses a membership_binding path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_membership_binding_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_membership_path

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

Parses a membership path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_membership_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_namespace_path

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

Parses a namespace path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_namespace_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_rbac_role_binding_path

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

Parses a rbac_role_binding path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_rbac_role_binding_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_scope_path

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

Parses a scope path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.parse_scope_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.rbac_role_binding_path

rbac_role_binding_path(
    project: str, location: str, scope: str, rbacrolebinding: str
) -> str

Returns a fully-qualified rbac_role_binding string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.rbac_role_binding_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.scope_path

scope_path(project: str, location: str, scope: str) -> str

Returns a fully-qualified scope string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.scope_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.update_feature

update_feature(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.UpdateFeatureRequest, dict]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    resource: typing.Optional[google.cloud.gkehub_v1.types.feature.Feature] = 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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.update_fleet

update_fleet(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.UpdateFleetRequest, dict]
    ] = None,
    *,
    fleet: typing.Optional[google.cloud.gkehub_v1.types.fleet.Fleet] = 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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.update_membership

update_membership(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.UpdateMembershipRequest, dict]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    resource: typing.Optional[
        google.cloud.gkehub_v1.types.membership.Membership
    ] = 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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.update_membership_binding

update_membership_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.UpdateMembershipBindingRequest, dict
        ]
    ] = None,
    *,
    membership_binding: typing.Optional[
        google.cloud.gkehub_v1.types.fleet.MembershipBinding
    ] = 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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.update_membership_rbac_role_binding

update_membership_rbac_role_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.UpdateMembershipRBACRoleBindingRequest,
            dict,
        ]
    ] = None,
    *,
    rbacrolebinding: typing.Optional[
        google.cloud.gkehub_v1.types.fleet.RBACRoleBinding
    ] = 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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.update_scope

update_scope(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.UpdateScopeRequest, dict]
    ] = None,
    *,
    scope: typing.Optional[google.cloud.gkehub_v1.types.fleet.Scope] = 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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.update_scope_namespace

update_scope_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.UpdateScopeNamespaceRequest, dict
        ]
    ] = None,
    *,
    scope_namespace: typing.Optional[
        google.cloud.gkehub_v1.types.fleet.Namespace
    ] = 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.gkehub_v1.services.gke_hub.GkeHubAsyncClient.update_scope_rbac_role_binding

update_scope_rbac_role_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.UpdateScopeRBACRoleBindingRequest, dict
        ]
    ] = None,
    *,
    rbacrolebinding: typing.Optional[
        google.cloud.gkehub_v1.types.fleet.RBACRoleBinding
    ] = 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.gkehub_v1.services.gke_hub.GkeHubClient

GkeHubClient(
    *,
    credentials: typing.Optional[google.auth.credentials.Credentials] = None,
    transport: typing.Optional[
        typing.Union[
            str,
            google.cloud.gkehub_v1.services.gke_hub.transports.base.GkeHubTransport,
            typing.Callable[
                [...],
                google.cloud.gkehub_v1.services.gke_hub.transports.base.GkeHubTransport,
            ],
        ]
    ] = 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.api_core.gapic_v1.client_info.ClientInfo
)

Instantiates the gke hub client.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.exit

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

Returns a fully-qualified billing_account string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.common_billing_account_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.common_folder_path

common_folder_path(folder: str) -> str

Returns a fully-qualified folder string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.common_folder_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.common_location_path

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

Returns a fully-qualified location string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.common_location_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.common_organization_path

common_organization_path(organization: str) -> str

Returns a fully-qualified organization string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.common_organization_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.common_project_path

common_project_path(project: str) -> str

Returns a fully-qualified project string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.common_project_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.create_feature

create_feature(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.CreateFeatureRequest, dict]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    resource: typing.Optional[google.cloud.gkehub_v1.types.feature.Feature] = None,
    feature_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.gkehub_v1.services.gke_hub.GkeHubClient.create_fleet

create_fleet(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.CreateFleetRequest, dict]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    fleet: typing.Optional[google.cloud.gkehub_v1.types.fleet.Fleet] = 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.gkehub_v1.services.gke_hub.GkeHubClient.create_membership

create_membership(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.CreateMembershipRequest, dict]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    resource: typing.Optional[
        google.cloud.gkehub_v1.types.membership.Membership
    ] = None,
    membership_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.gkehub_v1.services.gke_hub.GkeHubClient.create_membership_binding

create_membership_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.CreateMembershipBindingRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    membership_binding: typing.Optional[
        google.cloud.gkehub_v1.types.fleet.MembershipBinding
    ] = None,
    membership_binding_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.gkehub_v1.services.gke_hub.GkeHubClient.create_membership_rbac_role_binding

create_membership_rbac_role_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.CreateMembershipRBACRoleBindingRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    rbacrolebinding: typing.Optional[
        google.cloud.gkehub_v1.types.fleet.RBACRoleBinding
    ] = None,
    rbacrolebinding_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.gkehub_v1.services.gke_hub.GkeHubClient.create_scope

create_scope(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.CreateScopeRequest, dict]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    scope: typing.Optional[google.cloud.gkehub_v1.types.fleet.Scope] = None,
    scope_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.gkehub_v1.services.gke_hub.GkeHubClient.create_scope_namespace

create_scope_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.CreateScopeNamespaceRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    scope_namespace: typing.Optional[
        google.cloud.gkehub_v1.types.fleet.Namespace
    ] = None,
    scope_namespace_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.gkehub_v1.services.gke_hub.GkeHubClient.create_scope_rbac_role_binding

create_scope_rbac_role_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.CreateScopeRBACRoleBindingRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    rbacrolebinding: typing.Optional[
        google.cloud.gkehub_v1.types.fleet.RBACRoleBinding
    ] = None,
    rbacrolebinding_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.gkehub_v1.services.gke_hub.GkeHubClient.delete_feature

delete_feature(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.DeleteFeatureRequest, 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.gkehub_v1.services.gke_hub.GkeHubClient.delete_fleet

delete_fleet(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.DeleteFleetRequest, 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.gkehub_v1.services.gke_hub.GkeHubClient.delete_membership

delete_membership(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.DeleteMembershipRequest, 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.gkehub_v1.services.gke_hub.GkeHubClient.delete_membership_binding

delete_membership_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.DeleteMembershipBindingRequest, 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.gkehub_v1.services.gke_hub.GkeHubClient.delete_membership_rbac_role_binding

delete_membership_rbac_role_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.DeleteMembershipRBACRoleBindingRequest,
            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.gkehub_v1.services.gke_hub.GkeHubClient.delete_scope

delete_scope(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.DeleteScopeRequest, 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.gkehub_v1.services.gke_hub.GkeHubClient.delete_scope_namespace

delete_scope_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.DeleteScopeNamespaceRequest, 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.gkehub_v1.services.gke_hub.GkeHubClient.delete_scope_rbac_role_binding

delete_scope_rbac_role_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.DeleteScopeRBACRoleBindingRequest, 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.gkehub_v1.services.gke_hub.GkeHubClient.feature_path

feature_path(project: str, location: str, feature: str) -> str

Returns a fully-qualified feature string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.feature_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.fleet_path

fleet_path(project: str, location: str, fleet: str) -> str

Returns a fully-qualified fleet string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.fleet_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.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.gkehub_v1.services.gke_hub.GkeHubClient.from_service_account_file

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.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.gkehub_v1.services.gke_hub.GkeHubClient.from_service_account_info

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.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.gkehub_v1.services.gke_hub.GkeHubClient.from_service_account_json

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.generate_connect_manifest

generate_connect_manifest(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.GenerateConnectManifestRequest, 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, typing.Union[str, bytes]]] = ()
) -> google.cloud.gkehub_v1.types.service.GenerateConnectManifestResponse

Generates the manifest for deployment of the GKE connect agent.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.generate_connect_manifest

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.generate_membership_rbac_role_binding_yaml

generate_membership_rbac_role_binding_yaml(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.GenerateMembershipRBACRoleBindingYAMLRequest,
            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, typing.Union[str, bytes]]] = ()
) -> google.cloud.gkehub_v1.types.service.GenerateMembershipRBACRoleBindingYAMLResponse

Generates a YAML of the RBAC policies for the specified RoleBinding and its associated impersonation resources.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.generate_membership_rbac_role_binding_yaml

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.get_feature

get_feature(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.GetFeatureRequest, 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.gkehub_v1.types.feature.Feature

Gets details of a single Feature.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.get_feature

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.get_fleet

get_fleet(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.GetFleetRequest, 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.gkehub_v1.types.fleet.Fleet

Returns the details of a fleet.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.get_fleet

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.get_membership

get_membership(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.GetMembershipRequest, 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.gkehub_v1.types.membership.Membership

Gets the details of a Membership.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.get_membership

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.get_membership_binding

get_membership_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.GetMembershipBindingRequest, 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.gkehub_v1.types.fleet.MembershipBinding

Returns the details of a MembershipBinding.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.get_membership_binding

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.get_membership_rbac_role_binding

get_membership_rbac_role_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.GetMembershipRBACRoleBindingRequest,
            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.gkehub_v1.types.fleet.RBACRoleBinding

Returns the details of a Membership RBACRoleBinding.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.get_membership_rbac_role_binding

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.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.gkehub_v1.services.gke_hub.GkeHubClient.get_scope

get_scope(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.GetScopeRequest, 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.gkehub_v1.types.fleet.Scope

Returns the details of a Scope.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.get_scope

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.get_scope_namespace

get_scope_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.GetScopeNamespaceRequest, 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.gkehub_v1.types.fleet.Namespace

Returns the details of a fleet namespace.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.get_scope_namespace

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.get_scope_rbac_role_binding

get_scope_rbac_role_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.GetScopeRBACRoleBindingRequest, 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.gkehub_v1.types.fleet.RBACRoleBinding

Returns the details of a Scope RBACRoleBinding.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.get_scope_rbac_role_binding

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.list_bound_memberships

list_bound_memberships(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.ListBoundMembershipsRequest, dict
        ]
    ] = None,
    *,
    scope_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.gkehub_v1.services.gke_hub.pagers.ListBoundMembershipsPager

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.list_features

list_features(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.ListFeaturesRequest, 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.gkehub_v1.services.gke_hub.pagers.ListFeaturesPager

Lists Features in a given project and location.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.list_features

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.list_fleets

list_fleets(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.ListFleetsRequest, 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.gkehub_v1.services.gke_hub.pagers.ListFleetsPager

Returns all fleets within an organization or a project that the caller has access to.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.list_fleets

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.list_membership_bindings

list_membership_bindings(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.ListMembershipBindingsRequest, 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.gkehub_v1.services.gke_hub.pagers.ListMembershipBindingsPager

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.list_membership_rbac_role_bindings

list_membership_rbac_role_bindings(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.ListMembershipRBACRoleBindingsRequest,
            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.gkehub_v1.services.gke_hub.pagers.ListMembershipRBACRoleBindingsPager

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.list_memberships

list_memberships(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.ListMembershipsRequest, 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.gkehub_v1.services.gke_hub.pagers.ListMembershipsPager

Lists Memberships in a given project and location.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.list_memberships

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.list_permitted_scopes

list_permitted_scopes(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.ListPermittedScopesRequest, 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.gkehub_v1.services.gke_hub.pagers.ListPermittedScopesPager

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.list_scope_namespaces

list_scope_namespaces(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.ListScopeNamespacesRequest, 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.gkehub_v1.services.gke_hub.pagers.ListScopeNamespacesPager

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.list_scope_rbac_role_bindings

list_scope_rbac_role_bindings(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.ListScopeRBACRoleBindingsRequest, 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.gkehub_v1.services.gke_hub.pagers.ListScopeRBACRoleBindingsPager

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.list_scopes

list_scopes(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.ListScopesRequest, 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.gkehub_v1.services.gke_hub.pagers.ListScopesPager

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.membership_binding_path

membership_binding_path(
    project: str, location: str, membership: str, membershipbinding: str
) -> str

Returns a fully-qualified membership_binding string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.membership_binding_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.membership_path

membership_path(project: str, location: str, membership: str) -> str

Returns a fully-qualified membership string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.membership_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.namespace_path

namespace_path(project: str, location: str, scope: str, namespace: str) -> str

Returns a fully-qualified namespace string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.namespace_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.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.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_common_billing_account_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_common_folder_path

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

Parse a folder path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_common_folder_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_common_location_path

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

Parse a location path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_common_location_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_common_organization_path

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

Parse a organization path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_common_organization_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_common_project_path

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

Parse a project path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_common_project_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_feature_path

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

Parses a feature path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_feature_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_fleet_path

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

Parses a fleet path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_fleet_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_membership_binding_path

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

Parses a membership_binding path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_membership_binding_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_membership_path

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

Parses a membership path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_membership_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_namespace_path

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

Parses a namespace path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_namespace_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_rbac_role_binding_path

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

Parses a rbac_role_binding path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_rbac_role_binding_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_scope_path

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

Parses a scope path into its component segments.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.parse_scope_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.rbac_role_binding_path

rbac_role_binding_path(
    project: str, location: str, scope: str, rbacrolebinding: str
) -> str

Returns a fully-qualified rbac_role_binding string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.rbac_role_binding_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.scope_path

scope_path(project: str, location: str, scope: str) -> str

Returns a fully-qualified scope string.

See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.scope_path

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.update_feature

update_feature(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.UpdateFeatureRequest, dict]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    resource: typing.Optional[google.cloud.gkehub_v1.types.feature.Feature] = 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

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.update_fleet

update_fleet(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.UpdateFleetRequest, dict]
    ] = None,
    *,
    fleet: typing.Optional[google.cloud.gkehub_v1.types.fleet.Fleet] = 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

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.update_membership

update_membership(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.UpdateMembershipRequest, dict]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    resource: typing.Optional[
        google.cloud.gkehub_v1.types.membership.Membership
    ] = 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

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.update_membership_binding

update_membership_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.UpdateMembershipBindingRequest, dict
        ]
    ] = None,
    *,
    membership_binding: typing.Optional[
        google.cloud.gkehub_v1.types.fleet.MembershipBinding
    ] = 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

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.update_membership_rbac_role_binding

update_membership_rbac_role_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.UpdateMembershipRBACRoleBindingRequest,
            dict,
        ]
    ] = None,
    *,
    rbacrolebinding: typing.Optional[
        google.cloud.gkehub_v1.types.fleet.RBACRoleBinding
    ] = 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

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.update_scope

update_scope(
    request: typing.Optional[
        typing.Union[google.cloud.gkehub_v1.types.service.UpdateScopeRequest, dict]
    ] = None,
    *,
    scope: typing.Optional[google.cloud.gkehub_v1.types.fleet.Scope] = 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

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.update_scope_namespace

update_scope_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.UpdateScopeNamespaceRequest, dict
        ]
    ] = None,
    *,
    scope_namespace: typing.Optional[
        google.cloud.gkehub_v1.types.fleet.Namespace
    ] = 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

google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.update_scope_rbac_role_binding

update_scope_rbac_role_binding(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1.types.service.UpdateScopeRBACRoleBindingRequest, dict
        ]
    ] = None,
    *,
    rbacrolebinding: typing.Optional[
        google.cloud.gkehub_v1.types.fleet.RBACRoleBinding
    ] = 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

google.cloud.gkehub_v1.services.gke_hub.pagers.ListBoundMembershipsAsyncPager

ListBoundMembershipsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.gkehub_v1.types.service.ListBoundMembershipsResponse
        ],
    ],
    request: google.cloud.gkehub_v1.types.service.ListBoundMembershipsRequest,
    response: google.cloud.gkehub_v1.types.service.ListBoundMembershipsResponse,
    *,
    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.gkehub_v1.services.gke_hub.pagers.ListBoundMembershipsPager

ListBoundMembershipsPager(
    method: typing.Callable[
        [...], google.cloud.gkehub_v1.types.service.ListBoundMembershipsResponse
    ],
    request: google.cloud.gkehub_v1.types.service.ListBoundMembershipsRequest,
    response: google.cloud.gkehub_v1.types.service.ListBoundMembershipsResponse,
    *,
    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.gkehub_v1.services.gke_hub.pagers.ListFeaturesAsyncPager

ListFeaturesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[google.cloud.gkehub_v1.types.service.ListFeaturesResponse],
    ],
    request: google.cloud.gkehub_v1.types.service.ListFeaturesRequest,
    response: google.cloud.gkehub_v1.types.service.ListFeaturesResponse,
    *,
    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.gkehub_v1.services.gke_hub.pagers.ListFeaturesPager

ListFeaturesPager(
    method: typing.Callable[
        [...], google.cloud.gkehub_v1.types.service.ListFeaturesResponse
    ],
    request: google.cloud.gkehub_v1.types.service.ListFeaturesRequest,
    response: google.cloud.gkehub_v1.types.service.ListFeaturesResponse,
    *,
    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.gkehub_v1.services.gke_hub.pagers.ListFleetsAsyncPager

ListFleetsAsyncPager(
    method: typing.Callable[
        [...], typing.Awaitable[google.cloud.gkehub_v1.types.service.ListFleetsResponse]
    ],
    request: google.cloud.gkehub_v1.types.service.ListFleetsRequest,
    response: google.cloud.gkehub_v1.types.service.ListFleetsResponse,
    *,
    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.gkehub_v1.services.gke_hub.pagers.ListFleetsPager

ListFleetsPager(
    method: typing.Callable[
        [...], google.cloud.gkehub_v1.types.service.ListFleetsResponse
    ],
    request: google.cloud.gkehub_v1.types.service.ListFleetsRequest,
    response: google.cloud.gkehub_v1.types.service.ListFleetsResponse,
    *,
    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.gkehub_v1.services.gke_hub.pagers.ListMembershipBindingsAsyncPager

ListMembershipBindingsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.gkehub_v1.types.service.ListMembershipBindingsResponse
        ],
    ],
    request: google.cloud.gkehub_v1.types.service.ListMembershipBindingsRequest,
    response: google.cloud.gkehub_v1.types.service.ListMembershipBindingsResponse,
    *,
    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.gkehub_v1.services.gke_hub.pagers.ListMembershipBindingsPager

ListMembershipBindingsPager(
    method: typing.Callable[
        [...], google.cloud.gkehub_v1.types.service.ListMembershipBindingsResponse
    ],
    request: google.cloud.gkehub_v1.types.service.ListMembershipBindingsRequest,
    response: google.cloud.gkehub_v1.types.service.ListMembershipBindingsResponse,
    *,
    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.gkehub_v1.services.gke_hub.pagers.ListMembershipRBACRoleBindingsAsyncPager

ListMembershipRBACRoleBindingsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.gkehub_v1.types.service.ListMembershipRBACRoleBindingsResponse
        ],
    ],
    request: google.cloud.gkehub_v1.types.service.ListMembershipRBACRoleBindingsRequest,
    response: google.cloud.gkehub_v1.types.service.ListMembershipRBACRoleBindingsResponse,
    *,
    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.gkehub_v1.services.gke_hub.pagers.ListMembershipRBACRoleBindingsPager

ListMembershipRBACRoleBindingsPager(
    method: typing.Callable[
        [...],
        google.cloud.gkehub_v1.types.service.ListMembershipRBACRoleBindingsResponse,
    ],
    request: google.cloud.gkehub_v1.types.service.ListMembershipRBACRoleBindingsRequest,
    response: google.cloud.gkehub_v1.types.service.ListMembershipRBACRoleBindingsResponse,
    *,
    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.gkehub_v1.services.gke_hub.pagers.ListMembershipsAsyncPager

ListMembershipsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[google.cloud.gkehub_v1.types.service.ListMembershipsResponse],
    ],
    request: google.cloud.gkehub_v1.types.service.ListMembershipsRequest,
    response: google.cloud.gkehub_v1.types.service.ListMembershipsResponse,
    *,
    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.gkehub_v1.services.gke_hub.pagers.ListMembershipsPager

ListMembershipsPager(
    method: typing.Callable[
        [...], google.cloud.gkehub_v1.types.service.ListMembershipsResponse
    ],
    request: google.cloud.gkehub_v1.types.service.ListMembershipsRequest,
    response: google.cloud.gkehub_v1.types.service.ListMembershipsResponse,
    *,
    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.gkehub_v1.services.gke_hub.pagers.ListPermittedScopesAsyncPager

ListPermittedScopesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.gkehub_v1.types.service.ListPermittedScopesResponse
        ],
    ],
    request: google.cloud.gkehub_v1.types.service.ListPermittedScopesRequest,
    response: google.cloud.gkehub_v1.types.service.ListPermittedScopesResponse,
    *,
    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.gkehub_v1.services.gke_hub.pagers.ListPermittedScopesPager

ListPermittedScopesPager(
    method: typing.Callable[
        [...], google.cloud.gkehub_v1.types.service.ListPermittedScopesResponse
    ],
    request: google.cloud.gkehub_v1.types.service.ListPermittedScopesRequest,
    response: google.cloud.gkehub_v1.types.service.ListPermittedScopesResponse,
    *,
    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.gkehub_v1.services.gke_hub.pagers.ListScopeNamespacesAsyncPager

ListScopeNamespacesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.gkehub_v1.types.service.ListScopeNamespacesResponse
        ],
    ],
    request: google.cloud.gkehub_v1.types.service.ListScopeNamespacesRequest,
    response: google.cloud.gkehub_v1.types.service.ListScopeNamespacesResponse,
    *,
    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.gkehub_v1.services.gke_hub.pagers.ListScopeNamespacesPager

ListScopeNamespacesPager(
    method: typing.Callable[
        [...], google.cloud.gkehub_v1.types.service.ListScopeNamespacesResponse
    ],
    request: google.cloud.gkehub_v1.types.service.ListScopeNamespacesRequest,
    response: google.cloud.gkehub_v1.types.service.ListScopeNamespacesResponse,
    *,
    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.gkehub_v1.services.gke_hub.pagers.ListScopeRBACRoleBindingsAsyncPager

ListScopeRBACRoleBindingsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.gkehub_v1.types.service.ListScopeRBACRoleBindingsResponse
        ],
    ],
    request: google.cloud.gkehub_v1.types.service.ListScopeRBACRoleBindingsRequest,
    response: google.cloud.gkehub_v1.types.service.ListScopeRBACRoleBindingsResponse,
    *,
    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.gkehub_v1.services.gke_hub.pagers.ListScopeRBACRoleBindingsPager

ListScopeRBACRoleBindingsPager(
    method: typing.Callable[
        [...], google.cloud.gkehub_v1.types.service.ListScopeRBACRoleBindingsResponse
    ],
    request: google.cloud.gkehub_v1.types.service.ListScopeRBACRoleBindingsRequest,
    response: google.cloud.gkehub_v1.types.service.ListScopeRBACRoleBindingsResponse,
    *,
    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.gkehub_v1.services.gke_hub.pagers.ListScopesAsyncPager

ListScopesAsyncPager(
    method: typing.Callable[
        [...], typing.Awaitable[google.cloud.gkehub_v1.types.service.ListScopesResponse]
    ],
    request: google.cloud.gkehub_v1.types.service.ListScopesRequest,
    response: google.cloud.gkehub_v1.types.service.ListScopesResponse,
    *,
    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.gkehub_v1.services.gke_hub.pagers.ListScopesPager

ListScopesPager(
    method: typing.Callable[
        [...], google.cloud.gkehub_v1.types.service.ListScopesResponse
    ],
    request: google.cloud.gkehub_v1.types.service.ListScopesRequest,
    response: google.cloud.gkehub_v1.types.service.ListScopesResponse,
    *,
    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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient

GkeHubMembershipServiceAsyncClient(
    *,
    credentials: typing.Optional[google.auth.credentials.Credentials] = None,
    transport: typing.Optional[
        typing.Union[
            str,
            google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.transports.base.GkeHubMembershipServiceTransport,
            typing.Callable[
                [...],
                google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.transports.base.GkeHubMembershipServiceTransport,
            ],
        ]
    ] = "grpc_asyncio",
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
    client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)

Instantiates the gke hub membership service async client.

See more: google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.common_location_path

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

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.create_membership

create_membership(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1beta1.types.membership.CreateMembershipRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    resource: typing.Optional[
        google.cloud.gkehub_v1beta1.types.membership.Membership
    ] = None,
    membership_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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.delete_membership

delete_membership(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1beta1.types.membership.DeleteMembershipRequest, 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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.from_service_account_file

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.from_service_account_info

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.from_service_account_json

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.generate_connect_manifest

generate_connect_manifest(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1beta1.types.membership.GenerateConnectManifestRequest,
            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, typing.Union[str, bytes]]] = ()
) -> google.cloud.gkehub_v1beta1.types.membership.GenerateConnectManifestResponse

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.generate_exclusivity_manifest

generate_exclusivity_manifest(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1beta1.types.membership.GenerateExclusivityManifestRequest,
            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, typing.Union[str, bytes]]] = ()
) -> google.cloud.gkehub_v1beta1.types.membership.GenerateExclusivityManifestResponse

GenerateExclusivityManifest generates the manifests to update the exclusivity artifacts in the cluster if needed.

See more: google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.generate_exclusivity_manifest

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.get_membership

get_membership(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1beta1.types.membership.GetMembershipRequest, 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.gkehub_v1beta1.types.membership.Membership

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.get_transport_class

get_transport_class(
    label: typing.Optional[str] = None,
) -> typing.Type[
    google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.transports.base.GkeHubMembershipServiceTransport
]

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.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

Lists information about the supported locations for this service.

See more: google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.list_locations

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.list_memberships

list_memberships(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1beta1.types.membership.ListMembershipsRequest, 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.gkehub_v1beta1.services.gke_hub_membership_service.pagers.ListMembershipsAsyncPager
)

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.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

Lists operations that match the specified filter in the request.

See more: google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.list_operations

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.membership_path

membership_path(project: str, location: str, membership: str) -> str

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.parse_common_folder_path

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

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.parse_common_location_path

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

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.parse_common_organization_path

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

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.parse_common_project_path

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

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.parse_membership_path

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

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.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

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.test_iam_permissions

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.update_membership

update_membership(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1beta1.types.membership.UpdateMembershipRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    resource: typing.Optional[
        google.cloud.gkehub_v1beta1.types.membership.Membership
    ] = 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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.validate_exclusivity

validate_exclusivity(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1beta1.types.membership.ValidateExclusivityRequest,
            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, typing.Union[str, bytes]]] = ()
) -> google.cloud.gkehub_v1beta1.types.membership.ValidateExclusivityResponse

ValidateExclusivity validates the state of exclusivity in the cluster.

See more: google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.validate_exclusivity

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient

GkeHubMembershipServiceClient(
    *,
    credentials: typing.Optional[google.auth.credentials.Credentials] = None,
    transport: typing.Optional[
        typing.Union[
            str,
            google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.transports.base.GkeHubMembershipServiceTransport,
            typing.Callable[
                [...],
                google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.transports.base.GkeHubMembershipServiceTransport,
            ],
        ]
    ] = 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.api_core.gapic_v1.client_info.ClientInfo
)

Instantiates the gke hub membership service client.

See more: google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.common_location_path

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

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.create_membership

create_membership(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1beta1.types.membership.CreateMembershipRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    resource: typing.Optional[
        google.cloud.gkehub_v1beta1.types.membership.Membership
    ] = None,
    membership_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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.delete_membership

delete_membership(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1beta1.types.membership.DeleteMembershipRequest, 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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.from_service_account_file

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.from_service_account_info

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.from_service_account_json

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.generate_connect_manifest

generate_connect_manifest(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1beta1.types.membership.GenerateConnectManifestRequest,
            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, typing.Union[str, bytes]]] = ()
) -> google.cloud.gkehub_v1beta1.types.membership.GenerateConnectManifestResponse

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.generate_exclusivity_manifest

generate_exclusivity_manifest(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1beta1.types.membership.GenerateExclusivityManifestRequest,
            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, typing.Union[str, bytes]]] = ()
) -> google.cloud.gkehub_v1beta1.types.membership.GenerateExclusivityManifestResponse

GenerateExclusivityManifest generates the manifests to update the exclusivity artifacts in the cluster if needed.

See more: google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.generate_exclusivity_manifest

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.get_membership

get_membership(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1beta1.types.membership.GetMembershipRequest, 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.gkehub_v1beta1.types.membership.Membership

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.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.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.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

Lists information about the supported locations for this service.

See more: google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.list_locations

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.list_memberships

list_memberships(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1beta1.types.membership.ListMembershipsRequest, 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.gkehub_v1beta1.services.gke_hub_membership_service.pagers.ListMembershipsPager
)

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.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

Lists operations that match the specified filter in the request.

See more: google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.list_operations

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.membership_path

membership_path(project: str, location: str, membership: str) -> str

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.parse_common_billing_account_path

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

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.parse_common_folder_path

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

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.parse_common_location_path

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

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.parse_common_organization_path

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

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.parse_common_project_path

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

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.parse_membership_path

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

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.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

Sets the IAM access control policy on the specified function.

See more: google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.set_iam_policy

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.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

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.test_iam_permissions

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.update_membership

update_membership(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1beta1.types.membership.UpdateMembershipRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    resource: typing.Optional[
        google.cloud.gkehub_v1beta1.types.membership.Membership
    ] = 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

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.validate_exclusivity

validate_exclusivity(
    request: typing.Optional[
        typing.Union[
            google.cloud.gkehub_v1beta1.types.membership.ValidateExclusivityRequest,
            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, typing.Union[str, bytes]]] = ()
) -> google.cloud.gkehub_v1beta1.types.membership.ValidateExclusivityResponse

ValidateExclusivity validates the state of exclusivity in the cluster.

See more: google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.validate_exclusivity

google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.pagers.ListMembershipsAsyncPager

ListMembershipsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.gkehub_v1beta1.types.membership.ListMembershipsResponse
        ],
    ],
    request: google.cloud.gkehub_v1beta1.types.membership.ListMembershipsRequest,
    response: google.cloud.gkehub_v1beta1.types.membership.ListMembershipsResponse,
    *,
    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.gkehub_v1beta1.services.gke_hub_membership_service.pagers.ListMembershipsPager

ListMembershipsPager(
    method: typing.Callable[
        [...], google.cloud.gkehub_v1beta1.types.membership.ListMembershipsResponse
    ],
    request: google.cloud.gkehub_v1beta1.types.membership.ListMembershipsRequest,
    response: google.cloud.gkehub_v1beta1.types.membership.ListMembershipsResponse,
    *,
    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]]] = ()
)