Summary of entries of Methods for servicemanagement.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient
ServiceManagerAsyncClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
servicemanagement_v1
.
services
.
service_manager
.
transports
.
base
.
ServiceManagerTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
servicemanagement_v1
.
services
.
service_manager
.
transports
.
base
.
ServiceManagerTransport
]]]
=
'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 service manager async client.
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.create_service
create_service
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
CreateServiceRequest
,
dict
,
]
]
=
None
,
*
,
service
:
typing
.
Optional
[
google
.
cloud
.
servicemanagement_v1
.
types
.
resources
.
ManagedService
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Creates a new managed service.
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.create_service
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.create_service_config
create_service_config
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
CreateServiceConfigRequest
,
dict
,
]
]
=
None
,
*
,
service_name
:
typing
.
Optional
[
str
]
=
None
,
service_config
:
typing
.
Optional
[
google
.
api
.
service_pb2
.
Service
]
=
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
.
service_pb2
.
Service
Creates a new service configuration (version) for a managed service.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.create_service_rollout
create_service_rollout
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
CreateServiceRolloutRequest
,
dict
,
]
]
=
None
,
*
,
service_name
:
typing
.
Optional
[
str
]
=
None
,
rollout
:
typing
.
Optional
[
google
.
cloud
.
servicemanagement_v1
.
types
.
resources
.
Rollout
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Creates a new service configuration rollout.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.delete_service
delete_service
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
DeleteServiceRequest
,
dict
,
]
]
=
None
,
*
,
service_name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Deletes a managed service.
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.delete_service
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.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.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.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.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.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.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.generate_config_report
generate_config_report
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
GenerateConfigReportRequest
,
dict
,
]
]
=
None
,
*
,
new_config
:
typing
.
Optional
[
google
.
protobuf
.
any_pb2
.
Any
]
=
None
,
old_config
:
typing
.
Optional
[
google
.
protobuf
.
any_pb2
.
Any
]
=
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
.
servicemanagement_v1
.
types
.
servicemanager
.
GenerateConfigReportResponse
)
Generates and returns a report (errors, warnings and changes from existing configurations) associated with GenerateConfigReportRequest.new_value.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.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
Gets the IAM access control policy for a function.
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.get_iam_policy
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.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.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.get_service
get_service
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
GetServiceRequest
,
dict
,
]
]
=
None
,
*
,
service_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
.
servicemanagement_v1
.
types
.
resources
.
ManagedService
Gets a managed service.
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.get_service
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.get_service_config
get_service_config
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
GetServiceConfigRequest
,
dict
,
]
]
=
None
,
*
,
service_name
:
typing
.
Optional
[
str
]
=
None
,
config_id
:
typing
.
Optional
[
str
]
=
None
,
view
:
typing
.
Optional
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
GetServiceConfigRequest
.
ConfigView
]
=
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
.
service_pb2
.
Service
Gets a service configuration (version) for a managed service.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.get_service_rollout
get_service_rollout
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
GetServiceRolloutRequest
,
dict
,
]
]
=
None
,
*
,
service_name
:
typing
.
Optional
[
str
]
=
None
,
rollout_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
.
cloud
.
servicemanagement_v1
.
types
.
resources
.
Rollout
Gets a service configuration rollout][google.api.servicemanagement.v1.Rollout]
.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.get_transport_class
get_transport_class
(
label
:
typing
.
Optional
[
str
]
=
None
,
)
-
> typing
.
Type
[
google
.
cloud
.
servicemanagement_v1
.
services
.
service_manager
.
transports
.
base
.
ServiceManagerTransport
]
Returns an appropriate transport class.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.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.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.list_operations
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.list_service_configs
list_service_configs
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServiceConfigsRequest
,
dict
,
]
]
=
None
,
*
,
service_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
.
servicemanagement_v1
.
services
.
service_manager
.
pagers
.
ListServiceConfigsAsyncPager
)
Lists the history of the service configuration for a managed service, from the newest to the oldest.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.list_service_rollouts
list_service_rollouts
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServiceRolloutsRequest
,
dict
,
]
]
=
None
,
*
,
service_name
:
typing
.
Optional
[
str
]
=
None
,
filter
:
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
.
servicemanagement_v1
.
services
.
service_manager
.
pagers
.
ListServiceRolloutsAsyncPager
)
Lists the history of the service configuration rollouts for a managed service, from the newest to the oldest.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.list_services
list_services
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServicesRequest
,
dict
,
]
]
=
None
,
*
,
producer_project_id
:
typing
.
Optional
[
str
]
=
None
,
consumer_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
.
cloud
.
servicemanagement_v1
.
services
.
service_manager
.
pagers
.
ListServicesAsyncPager
)
Lists managed services.
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.list_services
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.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.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.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
Sets the IAM access control policy on the specified function.
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.set_iam_policy
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.submit_config_source
submit_config_source
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
SubmitConfigSourceRequest
,
dict
,
]
]
=
None
,
*
,
service_name
:
typing
.
Optional
[
str
]
=
None
,
config_source
:
typing
.
Optional
[
google
.
cloud
.
servicemanagement_v1
.
types
.
resources
.
ConfigSource
]
=
None
,
validate_only
:
typing
.
Optional
[
bool
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Creates a new service configuration (version) for a managed service based on user-supplied configuration source files (for example: OpenAPI Specification).
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.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.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerAsyncClient.undelete_service
undelete_service
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
UndeleteServiceRequest
,
dict
,
]
]
=
None
,
*
,
service_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
Revives a previously deleted managed service.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient
ServiceManagerClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
servicemanagement_v1
.
services
.
service_manager
.
transports
.
base
.
ServiceManagerTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
servicemanagement_v1
.
services
.
service_manager
.
transports
.
base
.
ServiceManagerTransport
]]]
=
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 service manager client.
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.__exit__
__exit__
(
type
,
value
,
traceback
)
Releases underlying transport's resources.
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient. exit
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.common_folder_path
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.common_location_path
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.common_project_path
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.create_service
create_service
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
CreateServiceRequest
,
dict
,
]
]
=
None
,
*
,
service
:
typing
.
Optional
[
google
.
cloud
.
servicemanagement_v1
.
types
.
resources
.
ManagedService
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Creates a new managed service.
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.create_service
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.create_service_config
create_service_config
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
CreateServiceConfigRequest
,
dict
,
]
]
=
None
,
*
,
service_name
:
typing
.
Optional
[
str
]
=
None
,
service_config
:
typing
.
Optional
[
google
.
api
.
service_pb2
.
Service
]
=
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
.
service_pb2
.
Service
Creates a new service configuration (version) for a managed service.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.create_service_rollout
create_service_rollout
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
CreateServiceRolloutRequest
,
dict
,
]
]
=
None
,
*
,
service_name
:
typing
.
Optional
[
str
]
=
None
,
rollout
:
typing
.
Optional
[
google
.
cloud
.
servicemanagement_v1
.
types
.
resources
.
Rollout
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Creates a new service configuration rollout.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.delete_service
delete_service
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
DeleteServiceRequest
,
dict
,
]
]
=
None
,
*
,
service_name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Deletes a managed service.
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.delete_service
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.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.servicemanagement_v1.services.service_manager.ServiceManagerClient.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.servicemanagement_v1.services.service_manager.ServiceManagerClient.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.servicemanagement_v1.services.service_manager.ServiceManagerClient.generate_config_report
generate_config_report
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
GenerateConfigReportRequest
,
dict
,
]
]
=
None
,
*
,
new_config
:
typing
.
Optional
[
google
.
protobuf
.
any_pb2
.
Any
]
=
None
,
old_config
:
typing
.
Optional
[
google
.
protobuf
.
any_pb2
.
Any
]
=
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
.
servicemanagement_v1
.
types
.
servicemanager
.
GenerateConfigReportResponse
)
Generates and returns a report (errors, warnings and changes from existing configurations) associated with GenerateConfigReportRequest.new_value.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.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
Gets the IAM access control policy for a function.
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.get_iam_policy
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.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.servicemanagement_v1.services.service_manager.ServiceManagerClient.get_service
get_service
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
GetServiceRequest
,
dict
,
]
]
=
None
,
*
,
service_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
.
servicemanagement_v1
.
types
.
resources
.
ManagedService
Gets a managed service.
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.get_service
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.get_service_config
get_service_config
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
GetServiceConfigRequest
,
dict
,
]
]
=
None
,
*
,
service_name
:
typing
.
Optional
[
str
]
=
None
,
config_id
:
typing
.
Optional
[
str
]
=
None
,
view
:
typing
.
Optional
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
GetServiceConfigRequest
.
ConfigView
]
=
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
.
service_pb2
.
Service
Gets a service configuration (version) for a managed service.
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.get_service_config
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.get_service_rollout
get_service_rollout
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
GetServiceRolloutRequest
,
dict
,
]
]
=
None
,
*
,
service_name
:
typing
.
Optional
[
str
]
=
None
,
rollout_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
.
cloud
.
servicemanagement_v1
.
types
.
resources
.
Rollout
Gets a service configuration rollout][google.api.servicemanagement.v1.Rollout]
.
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.get_service_rollout
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.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.servicemanagement_v1.services.service_manager.ServiceManagerClient.list_operations
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.list_service_configs
list_service_configs
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServiceConfigsRequest
,
dict
,
]
]
=
None
,
*
,
service_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
.
servicemanagement_v1
.
services
.
service_manager
.
pagers
.
ListServiceConfigsPager
)
Lists the history of the service configuration for a managed service, from the newest to the oldest.
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.list_service_configs
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.list_service_rollouts
list_service_rollouts
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServiceRolloutsRequest
,
dict
,
]
]
=
None
,
*
,
service_name
:
typing
.
Optional
[
str
]
=
None
,
filter
:
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
.
servicemanagement_v1
.
services
.
service_manager
.
pagers
.
ListServiceRolloutsPager
)
Lists the history of the service configuration rollouts for a managed service, from the newest to the oldest.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.list_services
list_services
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServicesRequest
,
dict
,
]
]
=
None
,
*
,
producer_project_id
:
typing
.
Optional
[
str
]
=
None
,
consumer_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
.
cloud
.
servicemanagement_v1
.
services
.
service_manager
.
pagers
.
ListServicesPager
)
Lists managed services.
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.list_services
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.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.servicemanagement_v1.services.service_manager.ServiceManagerClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.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.servicemanagement_v1.services.service_manager.ServiceManagerClient.set_iam_policy
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.submit_config_source
submit_config_source
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
SubmitConfigSourceRequest
,
dict
,
]
]
=
None
,
*
,
service_name
:
typing
.
Optional
[
str
]
=
None
,
config_source
:
typing
.
Optional
[
google
.
cloud
.
servicemanagement_v1
.
types
.
resources
.
ConfigSource
]
=
None
,
validate_only
:
typing
.
Optional
[
bool
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Creates a new service configuration (version) for a managed service based on user-supplied configuration source files (for example: OpenAPI Specification).
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.submit_config_source
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.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.servicemanagement_v1.services.service_manager.ServiceManagerClient.test_iam_permissions
google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.undelete_service
undelete_service
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
UndeleteServiceRequest
,
dict
,
]
]
=
None
,
*
,
service_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
Revives a previously deleted managed service.
See more: google.cloud.servicemanagement_v1.services.service_manager.ServiceManagerClient.undelete_service
google.cloud.servicemanagement_v1.services.service_manager.pagers.ListServiceConfigsAsyncPager
ListServiceConfigsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServiceConfigsResponse
],
],
request
:
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServiceConfigsRequest
,
response
:
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServiceConfigsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.servicemanagement_v1.services.service_manager.pagers.ListServiceConfigsAsyncPager
google.cloud.servicemanagement_v1.services.service_manager.pagers.ListServiceConfigsPager
ListServiceConfigsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServiceConfigsResponse
,
],
request
:
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServiceConfigsRequest
,
response
:
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServiceConfigsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.servicemanagement_v1.services.service_manager.pagers.ListServiceConfigsPager
google.cloud.servicemanagement_v1.services.service_manager.pagers.ListServiceRolloutsAsyncPager
ListServiceRolloutsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServiceRolloutsResponse
],
],
request
:
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServiceRolloutsRequest
,
response
:
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServiceRolloutsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.servicemanagement_v1.services.service_manager.pagers.ListServiceRolloutsAsyncPager
google.cloud.servicemanagement_v1.services.service_manager.pagers.ListServiceRolloutsPager
ListServiceRolloutsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServiceRolloutsResponse
,
],
request
:
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServiceRolloutsRequest
,
response
:
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServiceRolloutsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.servicemanagement_v1.services.service_manager.pagers.ListServiceRolloutsPager
google.cloud.servicemanagement_v1.services.service_manager.pagers.ListServicesAsyncPager
ListServicesAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServicesResponse
],
],
request
:
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServicesRequest
,
response
:
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServicesResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.servicemanagement_v1.services.service_manager.pagers.ListServicesAsyncPager
google.cloud.servicemanagement_v1.services.service_manager.pagers.ListServicesPager
ListServicesPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServicesResponse
,
],
request
:
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServicesRequest
,
response
:
google
.
cloud
.
servicemanagement_v1
.
types
.
servicemanager
.
ListServicesResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.servicemanagement_v1.services.service_manager.pagers.ListServicesPager