Package Methods (0.1.15)

Summary of entries of Methods for policysimulator.

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient

  OrgPolicyViolationsPreviewServiceAsyncClient 
 ( 
 * 
 , 
 credentials 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 auth 
 . 
 credentials 
 . 
 Credentials 
 ] 
 = 
 None 
 , 
 transport 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 services 
 . 
 org_policy_violations_preview_service 
 . 
 transports 
 . 
 base 
 . 
 OrgPolicyViolationsPreviewServiceTransport 
 , 
 typing 
 . 
 Callable 
 [[ 
 ... 
 ], 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 services 
 . 
 org_policy_violations_preview_service 
 . 
 transports 
 . 
 base 
 . 
 OrgPolicyViolationsPreviewServiceTransport 
 ]]] 
 = 
 'grpc_asyncio' 
 , 
 client_options 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 api_core 
 . 
 client_options 
 . 
 ClientOptions 
 ] 
 = 
 None 
 , 
 client_info 
 : 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 client_info 
 . 
 ClientInfo 
 = 
 
  common_billing_account_path 
 ( 
 billing_account 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.common_folder_path

  common_folder_path 
 ( 
 folder 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.common_location_path

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

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.common_organization_path

  common_organization_path 
 ( 
 organization 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.common_project_path

  common_project_path 
 ( 
 project 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.create_org_policy_violations_preview

  create_org_policy_violations_preview 
 ( 
 request 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 CreateOrgPolicyViolationsPreviewRequest 
 , 
 dict 
 , 
 ] 
 ] 
 = 
 None 
 , 
 * 
 , 
 parent 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 org_policy_violations_preview 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 OrgPolicyViolationsPreview 
 ] 
 = 
 None 
 , 
 org_policy_violations_preview_id 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary_async 
 . 
 AsyncRetry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 - 
> google 
 . 
 api_core 
 . 
 operation_async 
 . 
 AsyncOperation 
 

CreateOrgPolicyViolationsPreview creates an xref_OrgPolicyViolationsPreview for the proposed changes in the provided [OrgPolicyViolationsPreview.OrgPolicyOverlay][].

See more: google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.create_org_policy_violations_preview

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.custom_constraint_path

  custom_constraint_path 
 ( 
 organization 
 : 
 str 
 , 
 custom_constraint 
 : 
 str 
 ) 
 - 
> str 
 
  from_service_account_file 
 ( 
 filename 
 : 
 str 
 , 
 * 
 args 
 , 
 ** 
 kwargs 
 ) 
 
  from_service_account_info 
 ( 
 info 
 : 
 dict 
 , 
 * 
 args 
 , 
 ** 
 kwargs 
 ) 
 
  from_service_account_json 
 ( 
 filename 
 : 
 str 
 , 
 * 
 args 
 , 
 ** 
 kwargs 
 ) 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.get_mtls_endpoint_and_cert_source

  get_mtls_endpoint_and_cert_source 
 ( 
 client_options 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 api_core 
 . 
 client_options 
 . 
 ClientOptions 
 ] 
 = 
 None 
 , 
 ) 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.get_operation

  get_operation 
 ( 
 request 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 longrunning 
 . 
 operations_pb2 
 . 
 GetOperationRequest 
 ] 
 = 
 None 
 , 
 * 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary_async 
 . 
 AsyncRetry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 - 
> google 
 . 
 longrunning 
 . 
 operations_pb2 
 . 
 Operation 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.get_org_policy_violations_preview

  get_org_policy_violations_preview 
 ( 
 request 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 GetOrgPolicyViolationsPreviewRequest 
 , 
 dict 
 , 
 ] 
 ] 
 = 
 None 
 , 
 * 
 , 
 name 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary_async 
 . 
 AsyncRetry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 - 
> google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 OrgPolicyViolationsPreview 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.get_transport_class

  get_transport_class 
 ( 
 label 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 ) 
 - 
> typing 
 . 
 Type 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 services 
 . 
 org_policy_violations_preview_service 
 . 
 transports 
 . 
 base 
 . 
 OrgPolicyViolationsPreviewServiceTransport 
 ] 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.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 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.list_org_policy_violations

  list_org_policy_violations 
 ( 
 request 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 ListOrgPolicyViolationsRequest 
 , 
 dict 
 , 
 ] 
 ] 
 = 
 None 
 , 
 * 
 , 
 parent 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary_async 
 . 
 AsyncRetry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 - 
> ( 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 services 
 . 
 org_policy_violations_preview_service 
 . 
 pagers 
 . 
 ListOrgPolicyViolationsAsyncPager 
 ) 
 

ListOrgPolicyViolations lists the [OrgPolicyViolations][] that are present in an xref_OrgPolicyViolationsPreview.

See more: google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.list_org_policy_violations

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.list_org_policy_violations_previews

  list_org_policy_violations_previews 
 ( 
 request 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 ListOrgPolicyViolationsPreviewsRequest 
 , 
 dict 
 , 
 ] 
 ] 
 = 
 None 
 , 
 * 
 , 
 parent 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary_async 
 . 
 AsyncRetry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 - 
> ( 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 services 
 . 
 org_policy_violations_preview_service 
 . 
 pagers 
 . 
 ListOrgPolicyViolationsPreviewsAsyncPager 
 ) 
 

ListOrgPolicyViolationsPreviews lists each xref_OrgPolicyViolationsPreview in an organization.

See more: google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.list_org_policy_violations_previews

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.org_policy_violation_path

  org_policy_violation_path 
 ( 
 organization 
 : 
 str 
 , 
 location 
 : 
 str 
 , 
 org_policy_violations_preview 
 : 
 str 
 , 
 org_policy_violation 
 : 
 str 
 , 
 ) 
 - 
> str 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.org_policy_violations_preview_path

  org_policy_violations_preview_path 
 ( 
 organization 
 : 
 str 
 , 
 location 
 : 
 str 
 , 
 org_policy_violations_preview 
 : 
 str 
 ) 
 - 
> str 
 
  parse_common_billing_account_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.parse_common_folder_path

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

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.parse_common_location_path

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

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.parse_common_organization_path

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

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.parse_common_project_path

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

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.parse_custom_constraint_path

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

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.parse_org_policy_violation_path

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

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.parse_org_policy_violations_preview_path

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

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.parse_policy_path

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

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceAsyncClient.policy_path

  policy_path 
 ( 
 project 
 : 
 str 
 , 
 policy 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient

  OrgPolicyViolationsPreviewServiceClient 
 ( 
 * 
 , 
 credentials 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 auth 
 . 
 credentials 
 . 
 Credentials 
 ] 
 = 
 None 
 , 
 transport 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 services 
 . 
 org_policy_violations_preview_service 
 . 
 transports 
 . 
 base 
 . 
 OrgPolicyViolationsPreviewServiceTransport 
 , 
 typing 
 . 
 Callable 
 [[ 
 ... 
 ], 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 services 
 . 
 org_policy_violations_preview_service 
 . 
 transports 
 . 
 base 
 . 
 OrgPolicyViolationsPreviewServiceTransport 
 ]]] 
 = 
 None 
 , 
 client_options 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 client_options 
 . 
 ClientOptions 
 , 
 dict 
 ]] 
 = 
 None 
 , 
 client_info 
 : 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 client_info 
 . 
 ClientInfo 
 = 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.__exit__

  __exit__ 
 ( 
 type 
 , 
 value 
 , 
 traceback 
 ) 
 
  common_billing_account_path 
 ( 
 billing_account 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.common_folder_path

  common_folder_path 
 ( 
 folder 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.common_location_path

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

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.common_organization_path

  common_organization_path 
 ( 
 organization 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.common_project_path

  common_project_path 
 ( 
 project 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.create_org_policy_violations_preview

  create_org_policy_violations_preview 
 ( 
 request 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 CreateOrgPolicyViolationsPreviewRequest 
 , 
 dict 
 , 
 ] 
 ] 
 = 
 None 
 , 
 * 
 , 
 parent 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 org_policy_violations_preview 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 OrgPolicyViolationsPreview 
 ] 
 = 
 None 
 , 
 org_policy_violations_preview_id 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary 
 . 
 Retry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 - 
> google 
 . 
 api_core 
 . 
 operation 
 . 
 Operation 
 

CreateOrgPolicyViolationsPreview creates an xref_OrgPolicyViolationsPreview for the proposed changes in the provided [OrgPolicyViolationsPreview.OrgPolicyOverlay][].

See more: google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.create_org_policy_violations_preview

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.custom_constraint_path

  custom_constraint_path 
 ( 
 organization 
 : 
 str 
 , 
 custom_constraint 
 : 
 str 
 ) 
 - 
> str 
 
  from_service_account_file 
 ( 
 filename 
 : 
 str 
 , 
 * 
 args 
 , 
 ** 
 kwargs 
 ) 
 
  from_service_account_info 
 ( 
 info 
 : 
 dict 
 , 
 * 
 args 
 , 
 ** 
 kwargs 
 ) 
 
  from_service_account_json 
 ( 
 filename 
 : 
 str 
 , 
 * 
 args 
 , 
 ** 
 kwargs 
 ) 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.get_mtls_endpoint_and_cert_source

  get_mtls_endpoint_and_cert_source 
 ( 
 client_options 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 api_core 
 . 
 client_options 
 . 
 ClientOptions 
 ] 
 = 
 None 
 , 
 ) 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.get_operation

  get_operation 
 ( 
 request 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 longrunning 
 . 
 operations_pb2 
 . 
 GetOperationRequest 
 ] 
 = 
 None 
 , 
 * 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary 
 . 
 Retry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 - 
> google 
 . 
 longrunning 
 . 
 operations_pb2 
 . 
 Operation 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.get_org_policy_violations_preview

  get_org_policy_violations_preview 
 ( 
 request 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 GetOrgPolicyViolationsPreviewRequest 
 , 
 dict 
 , 
 ] 
 ] 
 = 
 None 
 , 
 * 
 , 
 name 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary 
 . 
 Retry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 - 
> google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 OrgPolicyViolationsPreview 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.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 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.list_org_policy_violations

  list_org_policy_violations 
 ( 
 request 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 ListOrgPolicyViolationsRequest 
 , 
 dict 
 , 
 ] 
 ] 
 = 
 None 
 , 
 * 
 , 
 parent 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary 
 . 
 Retry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 - 
> ( 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 services 
 . 
 org_policy_violations_preview_service 
 . 
 pagers 
 . 
 ListOrgPolicyViolationsPager 
 ) 
 

ListOrgPolicyViolations lists the [OrgPolicyViolations][] that are present in an xref_OrgPolicyViolationsPreview.

See more: google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.list_org_policy_violations

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.list_org_policy_violations_previews

  list_org_policy_violations_previews 
 ( 
 request 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 ListOrgPolicyViolationsPreviewsRequest 
 , 
 dict 
 , 
 ] 
 ] 
 = 
 None 
 , 
 * 
 , 
 parent 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary 
 . 
 Retry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 - 
> ( 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 services 
 . 
 org_policy_violations_preview_service 
 . 
 pagers 
 . 
 ListOrgPolicyViolationsPreviewsPager 
 ) 
 

ListOrgPolicyViolationsPreviews lists each xref_OrgPolicyViolationsPreview in an organization.

See more: google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.list_org_policy_violations_previews

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.org_policy_violation_path

  org_policy_violation_path 
 ( 
 organization 
 : 
 str 
 , 
 location 
 : 
 str 
 , 
 org_policy_violations_preview 
 : 
 str 
 , 
 org_policy_violation 
 : 
 str 
 , 
 ) 
 - 
> str 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.org_policy_violations_preview_path

  org_policy_violations_preview_path 
 ( 
 organization 
 : 
 str 
 , 
 location 
 : 
 str 
 , 
 org_policy_violations_preview 
 : 
 str 
 ) 
 - 
> str 
 
  parse_common_billing_account_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.parse_common_folder_path

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

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.parse_common_location_path

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

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.parse_common_organization_path

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

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.parse_common_project_path

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

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.parse_custom_constraint_path

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

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.parse_org_policy_violation_path

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

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.parse_org_policy_violations_preview_path

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

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.parse_policy_path

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

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.OrgPolicyViolationsPreviewServiceClient.policy_path

  policy_path 
 ( 
 project 
 : 
 str 
 , 
 policy 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.pagers.ListOrgPolicyViolationsAsyncPager

  ListOrgPolicyViolationsAsyncPager 
 ( 
 method 
 : 
 typing 
 . 
 Callable 
 [ 
 [ 
 ... 
 ], 
 typing 
 . 
 Awaitable 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 ListOrgPolicyViolationsResponse 
 ], 
 ], 
 request 
 : 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 ListOrgPolicyViolationsRequest 
 , 
 response 
 : 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 ListOrgPolicyViolationsResponse 
 , 
 * 
 , 
 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.policysimulator_v1.services.org_policy_violations_preview_service.pagers.ListOrgPolicyViolationsPager

  ListOrgPolicyViolationsPager 
 ( 
 method 
 : 
 typing 
 . 
 Callable 
 [ 
 [ 
 ... 
 ], 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 ListOrgPolicyViolationsResponse 
 , 
 ], 
 request 
 : 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 ListOrgPolicyViolationsRequest 
 , 
 response 
 : 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 ListOrgPolicyViolationsResponse 
 , 
 * 
 , 
 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.policysimulator_v1.services.org_policy_violations_preview_service.pagers.ListOrgPolicyViolationsPreviewsAsyncPager

  ListOrgPolicyViolationsPreviewsAsyncPager 
 ( 
 method 
 : 
 typing 
 . 
 Callable 
 [ 
 [ 
 ... 
 ], 
 typing 
 . 
 Awaitable 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 ListOrgPolicyViolationsPreviewsResponse 
 ], 
 ], 
 request 
 : 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 ListOrgPolicyViolationsPreviewsRequest 
 , 
 response 
 : 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 ListOrgPolicyViolationsPreviewsResponse 
 , 
 * 
 , 
 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.policysimulator_v1.services.org_policy_violations_preview_service.pagers.ListOrgPolicyViolationsPreviewsPager

  ListOrgPolicyViolationsPreviewsPager 
 ( 
 method 
 : 
 typing 
 . 
 Callable 
 [ 
 [ 
 ... 
 ], 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 ListOrgPolicyViolationsPreviewsResponse 
 , 
 ], 
 request 
 : 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 ListOrgPolicyViolationsPreviewsRequest 
 , 
 response 
 : 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 orgpolicy 
 . 
 ListOrgPolicyViolationsPreviewsResponse 
 , 
 * 
 , 
 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.policysimulator_v1.services.simulator.SimulatorAsyncClient

  SimulatorAsyncClient 
 ( 
 * 
 , 
 credentials 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 auth 
 . 
 credentials 
 . 
 Credentials 
 ] 
 = 
 None 
 , 
 transport 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 services 
 . 
 simulator 
 . 
 transports 
 . 
 base 
 . 
 SimulatorTransport 
 , 
 typing 
 . 
 Callable 
 [[ 
 ... 
 ], 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 services 
 . 
 simulator 
 . 
 transports 
 . 
 base 
 . 
 SimulatorTransport 
 ]]] 
 = 
 '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 simulator async client.

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient

  common_billing_account_path 
 ( 
 billing_account 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.common_folder_path

  common_folder_path 
 ( 
 folder 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.common_location_path

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

google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.common_organization_path

  common_organization_path 
 ( 
 organization 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.common_project_path

  common_project_path 
 ( 
 project 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.create_replay

  create_replay 
 ( 
 request 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 simulator 
 . 
 CreateReplayRequest 
 , 
 dict 
 ] 
 ] 
 = 
 None 
 , 
 * 
 , 
 parent 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 replay 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 simulator 
 . 
 Replay 
 ] 
 = 
 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 and starts a xref_Replay using the given xref_ReplayConfig.

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.create_replay

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

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

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.from_service_account_file

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

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

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.from_service_account_info

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

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

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.from_service_account_json

google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.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.policysimulator_v1.services.simulator.SimulatorAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.get_operation

  get_operation 
 ( 
 request 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 longrunning 
 . 
 operations_pb2 
 . 
 GetOperationRequest 
 ] 
 = 
 None 
 , 
 * 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary_async 
 . 
 AsyncRetry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 - 
> google 
 . 
 longrunning 
 . 
 operations_pb2 
 . 
 Operation 
 

Gets the latest state of a long-running operation.

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.get_operation

google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.get_replay

  get_replay 
 ( 
 request 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 simulator 
 . 
 GetReplayRequest 
 , 
 dict 
 ] 
 ] 
 = 
 None 
 , 
 * 
 , 
 name 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary_async 
 . 
 AsyncRetry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 - 
> google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 simulator 
 . 
 Replay 
 

google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.get_transport_class

  get_transport_class 
 ( 
 label 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 ) 
 - 
> typing 
 . 
 Type 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 services 
 . 
 simulator 
 . 
 transports 
 . 
 base 
 . 
 SimulatorTransport 
 ] 
 

google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.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.policysimulator_v1.services.simulator.SimulatorAsyncClient.list_operations

google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.list_replay_results

  list_replay_results 
 ( 
 request 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 simulator 
 . 
 ListReplayResultsRequest 
 , 
 dict 
 , 
 ] 
 ] 
 = 
 None 
 , 
 * 
 , 
 parent 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary_async 
 . 
 AsyncRetry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 - 
> ( 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 services 
 . 
 simulator 
 . 
 pagers 
 . 
 ListReplayResultsAsyncPager 
 ) 
 
  parse_common_billing_account_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

Parse a billing_account path into its component segments.

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.parse_common_billing_account_path

google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.parse_common_folder_path

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

google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.parse_common_location_path

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

google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.parse_common_organization_path

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

google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.parse_common_project_path

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

google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.parse_replay_path

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

Parses a replay path into its component segments.

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.parse_replay_path

google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.parse_replay_result_path

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

Parses a replay_result path into its component segments.

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.parse_replay_result_path

google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.replay_path

  replay_path 
 ( 
 project 
 : 
 str 
 , 
 location 
 : 
 str 
 , 
 replay 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.replay_result_path

  replay_result_path 
 ( 
 project 
 : 
 str 
 , 
 location 
 : 
 str 
 , 
 replay 
 : 
 str 
 , 
 replay_result 
 : 
 str 
 ) 
 - 
> str 
 

Returns a fully-qualified replay_result string.

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorAsyncClient.replay_result_path

google.cloud.policysimulator_v1.services.simulator.SimulatorClient

  SimulatorClient 
 ( 
 * 
 , 
 credentials 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 auth 
 . 
 credentials 
 . 
 Credentials 
 ] 
 = 
 None 
 , 
 transport 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 services 
 . 
 simulator 
 . 
 transports 
 . 
 base 
 . 
 SimulatorTransport 
 , 
 typing 
 . 
 Callable 
 [[ 
 ... 
 ], 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 services 
 . 
 simulator 
 . 
 transports 
 . 
 base 
 . 
 SimulatorTransport 
 ]]] 
 = 
 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 simulator client.

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorClient

google.cloud.policysimulator_v1.services.simulator.SimulatorClient.__exit__

  __exit__ 
 ( 
 type 
 , 
 value 
 , 
 traceback 
 ) 
 

Releases underlying transport's resources.

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorClient. exit

  common_billing_account_path 
 ( 
 billing_account 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.policysimulator_v1.services.simulator.SimulatorClient.common_folder_path

  common_folder_path 
 ( 
 folder 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.policysimulator_v1.services.simulator.SimulatorClient.common_location_path

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

google.cloud.policysimulator_v1.services.simulator.SimulatorClient.common_organization_path

  common_organization_path 
 ( 
 organization 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.policysimulator_v1.services.simulator.SimulatorClient.common_project_path

  common_project_path 
 ( 
 project 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.policysimulator_v1.services.simulator.SimulatorClient.create_replay

  create_replay 
 ( 
 request 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 simulator 
 . 
 CreateReplayRequest 
 , 
 dict 
 ] 
 ] 
 = 
 None 
 , 
 * 
 , 
 parent 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 replay 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 simulator 
 . 
 Replay 
 ] 
 = 
 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 and starts a xref_Replay using the given xref_ReplayConfig.

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorClient.create_replay

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

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

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorClient.from_service_account_file

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

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

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorClient.from_service_account_info

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

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

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorClient.from_service_account_json

google.cloud.policysimulator_v1.services.simulator.SimulatorClient.get_mtls_endpoint_and_cert_source

  get_mtls_endpoint_and_cert_source 
 ( 
 client_options 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 api_core 
 . 
 client_options 
 . 
 ClientOptions 
 ] 
 = 
 None 
 , 
 ) 
 

google.cloud.policysimulator_v1.services.simulator.SimulatorClient.get_operation

  get_operation 
 ( 
 request 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 longrunning 
 . 
 operations_pb2 
 . 
 GetOperationRequest 
 ] 
 = 
 None 
 , 
 * 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary 
 . 
 Retry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 - 
> google 
 . 
 longrunning 
 . 
 operations_pb2 
 . 
 Operation 
 

Gets the latest state of a long-running operation.

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorClient.get_operation

google.cloud.policysimulator_v1.services.simulator.SimulatorClient.get_replay

  get_replay 
 ( 
 request 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 simulator 
 . 
 GetReplayRequest 
 , 
 dict 
 ] 
 ] 
 = 
 None 
 , 
 * 
 , 
 name 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary 
 . 
 Retry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 - 
> google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 simulator 
 . 
 Replay 
 

google.cloud.policysimulator_v1.services.simulator.SimulatorClient.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.policysimulator_v1.services.simulator.SimulatorClient.list_operations

google.cloud.policysimulator_v1.services.simulator.SimulatorClient.list_replay_results

  list_replay_results 
 ( 
 request 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 simulator 
 . 
 ListReplayResultsRequest 
 , 
 dict 
 , 
 ] 
 ] 
 = 
 None 
 , 
 * 
 , 
 parent 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary 
 . 
 Retry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 - 
> google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 services 
 . 
 simulator 
 . 
 pagers 
 . 
 ListReplayResultsPager 
 
  parse_common_billing_account_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

Parse a billing_account path into its component segments.

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorClient.parse_common_billing_account_path

google.cloud.policysimulator_v1.services.simulator.SimulatorClient.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.policysimulator_v1.services.simulator.SimulatorClient.parse_common_folder_path

google.cloud.policysimulator_v1.services.simulator.SimulatorClient.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.policysimulator_v1.services.simulator.SimulatorClient.parse_common_location_path

google.cloud.policysimulator_v1.services.simulator.SimulatorClient.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.policysimulator_v1.services.simulator.SimulatorClient.parse_common_organization_path

google.cloud.policysimulator_v1.services.simulator.SimulatorClient.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.policysimulator_v1.services.simulator.SimulatorClient.parse_common_project_path

google.cloud.policysimulator_v1.services.simulator.SimulatorClient.parse_replay_path

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

Parses a replay path into its component segments.

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorClient.parse_replay_path

google.cloud.policysimulator_v1.services.simulator.SimulatorClient.parse_replay_result_path

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

Parses a replay_result path into its component segments.

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorClient.parse_replay_result_path

google.cloud.policysimulator_v1.services.simulator.SimulatorClient.replay_path

  replay_path 
 ( 
 project 
 : 
 str 
 , 
 location 
 : 
 str 
 , 
 replay 
 : 
 str 
 ) 
 - 
> str 
 

Returns a fully-qualified replay string.

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorClient.replay_path

google.cloud.policysimulator_v1.services.simulator.SimulatorClient.replay_result_path

  replay_result_path 
 ( 
 project 
 : 
 str 
 , 
 location 
 : 
 str 
 , 
 replay 
 : 
 str 
 , 
 replay_result 
 : 
 str 
 ) 
 - 
> str 
 

Returns a fully-qualified replay_result string.

See more: google.cloud.policysimulator_v1.services.simulator.SimulatorClient.replay_result_path

google.cloud.policysimulator_v1.services.simulator.pagers.ListReplayResultsAsyncPager

  ListReplayResultsAsyncPager 
 ( 
 method 
 : 
 typing 
 . 
 Callable 
 [ 
 [ 
 ... 
 ], 
 typing 
 . 
 Awaitable 
 [ 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 simulator 
 . 
 ListReplayResultsResponse 
 ], 
 ], 
 request 
 : 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 simulator 
 . 
 ListReplayResultsRequest 
 , 
 response 
 : 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 simulator 
 . 
 ListReplayResultsResponse 
 , 
 * 
 , 
 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.policysimulator_v1.services.simulator.pagers.ListReplayResultsPager

  ListReplayResultsPager 
 ( 
 method 
 : 
 typing 
 . 
 Callable 
 [ 
 [ 
 ... 
 ], 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 simulator 
 . 
 ListReplayResultsResponse 
 ], 
 request 
 : 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 simulator 
 . 
 ListReplayResultsRequest 
 , 
 response 
 : 
 google 
 . 
 cloud 
 . 
 policysimulator_v1 
 . 
 types 
 . 
 simulator 
 . 
 ListReplayResultsResponse 
 , 
 * 
 , 
 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 
 ]]] 
 = 
 () 
 ) 
 
Design a Mobile Site
View Site in Mobile | Classic
Share by: