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
=
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Adds a new Feature.
See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.create_feature
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Creates a new Membership.
See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.create_membership
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Removes a Feature.
See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.delete_feature
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Removes a Membership.
See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.delete_membership
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.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
,
str
]]
=
()
)
-
> 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.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
,
str
]]
=
()
)
-
> google
.
cloud
.
gkehub_v1
.
types
.
feature
.
Feature
Gets details of a single Feature.
See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.get_feature
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
,
str
]]
=
()
)
-
> google
.
cloud
.
gkehub_v1
.
types
.
membership
.
Membership
Gets the details of a Membership.
See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.get_membership
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_transport_class
get_transport_class
()
-
> (
typing
.
Type
[
google
.
cloud
.
gkehub_v1
.
services
.
gke_hub
.
transports
.
base
.
GkeHubTransport
]
)
Returns an appropriate transport class.
See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.get_transport_class
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
,
str
]]
=
()
)
-
> 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_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
,
str
]]
=
()
)
-
> 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.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.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_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.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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Updates an existing Feature.
See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.update_feature
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Updates an existing Membership.
See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubAsyncClient.update_membership
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
=
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Adds a new Feature.
See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.create_feature
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Creates a new Membership.
See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.create_membership
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Removes a Feature.
See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.delete_feature
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Removes a Membership.
See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.delete_membership
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.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
,
str
]]
=
()
)
-
> 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.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
,
str
]]
=
()
)
-
> 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_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
,
str
]]
=
()
)
-
> 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_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source
(
client_options
:
typing
.
Optional
[
google
.
api_core
.
client_options
.
ClientOptions
]
=
None
,
)
Deprecated.
See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.get_mtls_endpoint_and_cert_source
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
,
str
]]
=
()
)
-
> 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_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
,
str
]]
=
()
)
-
> 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.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.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_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.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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Updates an existing Feature.
See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.update_feature
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Updates an existing Membership.
See more: google.cloud.gkehub_v1.services.gke_hub.GkeHubClient.update_membership
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
,
str
]]
=
()
)
Instantiates the pager.
See more: google.cloud.gkehub_v1.services.gke_hub.pagers.ListFeaturesAsyncPager
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
,
str
]]
=
()
)
Instantiate the pager.
See more: google.cloud.gkehub_v1.services.gke_hub.pagers.ListFeaturesPager
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
,
str
]]
=
()
)
Instantiates the pager.
See more: google.cloud.gkehub_v1.services.gke_hub.pagers.ListMembershipsAsyncPager
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
,
str
]]
=
()
)
Instantiate the pager.
See more: google.cloud.gkehub_v1.services.gke_hub.pagers.ListMembershipsPager
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
=
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
,
str
]]
=
()
)
-
> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Creates a new Membership.
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Removes a Membership.
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
,
str
]]
=
()
)
-
> None
Deletes a long-running operation.
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.
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.
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.
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
,
str
]]
=
()
)
-
> google
.
cloud
.
gkehub_v1beta1
.
types
.
membership
.
GenerateConnectManifestResponse
Generates the manifest for deployment of the GKE connect agent.
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
,
str
]]
=
()
)
-
> google
.
cloud
.
gkehub_v1beta1
.
types
.
membership
.
GenerateExclusivityManifestResponse
GenerateExclusivityManifest generates the manifests to update the exclusivity artifacts in the cluster if needed.
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
,
str
]]
=
()
)
-
> google
.
iam
.
v1
.
policy_pb2
.
Policy
Gets the IAM access control policy for a function.
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
,
str
]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
Location
Gets information about a 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
,
str
]]
=
()
)
-
> google
.
cloud
.
gkehub_v1beta1
.
types
.
membership
.
Membership
Gets the details of a 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
,
)
Return the API endpoint and client cert source for mutual TLS.
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
,
str
]]
=
()
)
-
> google
.
longrunning
.
operations_pb2
.
Operation
Gets the latest state of a long-running operation.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.get_transport_class
get_transport_class
()
-
> (
typing
.
Type
[
google
.
cloud
.
gkehub_v1beta1
.
services
.
gke_hub_membership_service
.
transports
.
base
.
GkeHubMembershipServiceTransport
]
)
Returns an appropriate transport class.
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
,
str
]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
ListLocationsResponse
Lists information about the supported locations for this service.
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
gkehub_v1beta1
.
services
.
gke_hub_membership_service
.
pagers
.
ListMembershipsAsyncPager
)
Lists Memberships in a given project and location.
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
,
str
]]
=
()
)
-
> google
.
longrunning
.
operations_pb2
.
ListOperationsResponse
Lists operations that match the specified filter in the request.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.membership_path
membership_path
(
project
:
str
,
location
:
str
,
membership
:
str
)
-
> str
Returns a fully-qualified membership string.
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
]
Parse a billing_account path into its component segments.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceAsyncClient.parse_membership_path
parse_membership_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a membership path into its component segments.
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
,
str
]]
=
()
)
-
> google
.
iam
.
v1
.
policy_pb2
.
Policy
Sets the IAM access control policy on the specified function.
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
,
str
]]
=
()
)
-
> google
.
iam
.
v1
.
iam_policy_pb2
.
TestIamPermissionsResponse
Tests the specified IAM permissions against the IAM access control policy for a function.
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Updates an existing Membership.
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
,
str
]]
=
()
)
-
> google
.
cloud
.
gkehub_v1beta1
.
types
.
membership
.
ValidateExclusivityResponse
ValidateExclusivity validates the state of exclusivity in the cluster.
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
=
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
)
Releases underlying transport's resources.
See more: google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient. exit
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
,
str
]]
=
()
)
-
> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Creates a new Membership.
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Removes a Membership.
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
,
str
]]
=
()
)
-
> None
Deletes a long-running operation.
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.
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.
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.
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
,
str
]]
=
()
)
-
> google
.
cloud
.
gkehub_v1beta1
.
types
.
membership
.
GenerateConnectManifestResponse
Generates the manifest for deployment of the GKE connect agent.
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
,
str
]]
=
()
)
-
> google
.
cloud
.
gkehub_v1beta1
.
types
.
membership
.
GenerateExclusivityManifestResponse
GenerateExclusivityManifest generates the manifests to update the exclusivity artifacts in the cluster if needed.
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
,
str
]]
=
()
)
-
> google
.
iam
.
v1
.
policy_pb2
.
Policy
Gets the IAM access control policy for a function.
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
,
str
]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
Location
Gets information about a 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
,
str
]]
=
()
)
-
> google
.
cloud
.
gkehub_v1beta1
.
types
.
membership
.
Membership
Gets the details of a 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
,
)
Deprecated.
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
,
str
]]
=
()
)
-
> google
.
longrunning
.
operations_pb2
.
Operation
Gets the latest state of a long-running 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
,
str
]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
ListLocationsResponse
Lists information about the supported locations for this service.
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
gkehub_v1beta1
.
services
.
gke_hub_membership_service
.
pagers
.
ListMembershipsPager
)
Lists Memberships in a given project and location.
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
,
str
]]
=
()
)
-
> google
.
longrunning
.
operations_pb2
.
ListOperationsResponse
Lists operations that match the specified filter in the request.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.membership_path
membership_path
(
project
:
str
,
location
:
str
,
membership
:
str
)
-
> str
Returns a fully-qualified membership string.
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
]
Parse a billing_account path into its component segments.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.GkeHubMembershipServiceClient.parse_membership_path
parse_membership_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a membership path into its component segments.
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
,
str
]]
=
()
)
-
> google
.
iam
.
v1
.
policy_pb2
.
Policy
Sets the IAM access control policy on the specified function.
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
,
str
]]
=
()
)
-
> google
.
iam
.
v1
.
iam_policy_pb2
.
TestIamPermissionsResponse
Tests the specified IAM permissions against the IAM access control policy for a function.
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Updates an existing Membership.
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
,
str
]]
=
()
)
-
> google
.
cloud
.
gkehub_v1beta1
.
types
.
membership
.
ValidateExclusivityResponse
ValidateExclusivity validates the state of exclusivity in the cluster.
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
,
str
]]
=
()
)
Instantiates the pager.
See more: google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.pagers.ListMembershipsAsyncPager
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
,
str
]]
=
()
)
Instantiate the pager.
See more: google.cloud.gkehub_v1beta1.services.gke_hub_membership_service.pagers.ListMembershipsPager