Package Methods (0.1.0)

Summary of entries of Methods for google-cloud-licensemanager.

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient

LicenseManagerAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.licensemanager_v1.services.license_manager.transports.base.LicenseManagerTransport, typing.Callable[[...], google.cloud.licensemanager_v1.services.license_manager.transports.base.LicenseManagerTransport]]] = '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 license manager async client.

See more: google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.aggregate_usage

aggregate_usage( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.AggregateUsageRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, start_time: typing.Optional[google.protobuf.timestamp_pb2.Timestamp] = None, end_time: typing.Optional[google.protobuf.timestamp_pb2.Timestamp] = 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.licensemanager_v1.services.license_manager.pagers.AggregateUsageAsyncPager )

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.cancel_operation

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

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.cancel_operation

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.common_location_path

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

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.compute_instance_path

compute_instance_path(project: str, zone: str, instance: str) -> str

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.configuration_path

configuration_path(project: str, location: str, configuration: str) -> str

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.create_configuration

create_configuration( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.CreateConfigurationRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, configuration: typing.Optional[ google.cloud.licensemanager_v1.types.api_entities.Configuration ] = None, configuration_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

Creates a new Configuration in a given project and location.

See more: google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.create_configuration

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.deactivate_configuration

deactivate_configuration( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.DeactivateConfigurationRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.delete_configuration

delete_configuration( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.DeleteConfigurationRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.delete_operation

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

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.from_service_account_file

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

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

See more: google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.from_service_account_file

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.from_service_account_info

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

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

See more: google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.from_service_account_info

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.from_service_account_json

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

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

See more: google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.from_service_account_json

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.get_configuration

get_configuration( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.GetConfigurationRequest, 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.licensemanager_v1.types.api_entities.Configuration

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.get_instance

get_instance( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.GetInstanceRequest, 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.licensemanager_v1.types.api_entities.Instance

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.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.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.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.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.get_product

get_product( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.GetProductRequest, 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.licensemanager_v1.types.api_entities.Product

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.licensemanager_v1.services.license_manager.transports.base.LicenseManagerTransport ]

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.instance_path

instance_path(project: str, location: str, instance: str) -> str

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.list_configurations

list_configurations( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.ListConfigurationsRequest, 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.licensemanager_v1.services.license_manager.pagers.ListConfigurationsAsyncPager )

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.list_instances

list_instances( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.ListInstancesRequest, 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.licensemanager_v1.services.license_manager.pagers.ListInstancesAsyncPager )

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.list_locations

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.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.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.list_operations

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.list_products

list_products( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.ListProductsRequest, 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.licensemanager_v1.services.license_manager.pagers.ListProductsAsyncPager )

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.parse_common_billing_account_path

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

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.parse_common_folder_path

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

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.parse_common_location_path

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

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.parse_common_organization_path

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

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.parse_common_project_path

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

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.parse_compute_instance_path

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

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.parse_configuration_path

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

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.parse_instance_path

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

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.parse_product_path

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

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.product_path

product_path(project: str, location: str, product: str) -> str

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.query_configuration_license_usage

query_configuration_license_usage( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.QueryConfigurationLicenseUsageRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, start_time: typing.Optional[google.protobuf.timestamp_pb2.Timestamp] = None, end_time: typing.Optional[google.protobuf.timestamp_pb2.Timestamp] = 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.licensemanager_v1.types.licensemanager.QueryConfigurationLicenseUsageResponse )

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.reactivate_configuration

reactivate_configuration( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.ReactivateConfigurationRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerAsyncClient.update_configuration

update_configuration( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.UpdateConfigurationRequest, dict, ] ] = None, *, configuration: typing.Optional[ google.cloud.licensemanager_v1.types.api_entities.Configuration ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient

LicenseManagerClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.licensemanager_v1.services.license_manager.transports.base.LicenseManagerTransport, typing.Callable[[...], google.cloud.licensemanager_v1.services.license_manager.transports.base.LicenseManagerTransport]]] = 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 license manager client.

See more: google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.exit

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.aggregate_usage

aggregate_usage( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.AggregateUsageRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, start_time: typing.Optional[google.protobuf.timestamp_pb2.Timestamp] = None, end_time: typing.Optional[google.protobuf.timestamp_pb2.Timestamp] = 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.licensemanager_v1.services.license_manager.pagers.AggregateUsagePager

Aggregates Usage per Instance for a Configuration.

See more: google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.aggregate_usage

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.cancel_operation

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

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.cancel_operation

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.common_location_path

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

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.common_project_path

common_project_path(project: str) -> str

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.compute_instance_path

compute_instance_path(project: str, zone: str, instance: str) -> str

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.configuration_path

configuration_path(project: str, location: str, configuration: str) -> str

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.create_configuration

create_configuration( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.CreateConfigurationRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, configuration: typing.Optional[ google.cloud.licensemanager_v1.types.api_entities.Configuration ] = None, configuration_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

Creates a new Configuration in a given project and location.

See more: google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.create_configuration

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.deactivate_configuration

deactivate_configuration( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.DeactivateConfigurationRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.delete_configuration

delete_configuration( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.DeleteConfigurationRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.delete_operation

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

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.from_service_account_file

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

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

See more: google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.from_service_account_file

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.from_service_account_info

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

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

See more: google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.from_service_account_info

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.from_service_account_json

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

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

See more: google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.from_service_account_json

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.get_configuration

get_configuration( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.GetConfigurationRequest, 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.licensemanager_v1.types.api_entities.Configuration

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.get_instance

get_instance( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.GetInstanceRequest, 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.licensemanager_v1.types.api_entities.Instance

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.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.licensemanager_v1.services.license_manager.LicenseManagerClient.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.licensemanager_v1.services.license_manager.LicenseManagerClient.get_operation

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.get_product

get_product( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.GetProductRequest, 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.licensemanager_v1.types.api_entities.Product

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.instance_path

instance_path(project: str, location: str, instance: str) -> str

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.list_configurations

list_configurations( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.ListConfigurationsRequest, 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.licensemanager_v1.services.license_manager.pagers.ListConfigurationsPager )

Lists Configurations in a given project and location.

See more: google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.list_configurations

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.list_instances

list_instances( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.ListInstancesRequest, 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.licensemanager_v1.services.license_manager.pagers.ListInstancesPager

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.list_locations

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.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.licensemanager_v1.services.license_manager.LicenseManagerClient.list_operations

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.list_products

list_products( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.ListProductsRequest, 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.licensemanager_v1.services.license_manager.pagers.ListProductsPager

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.parse_common_billing_account_path

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

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.parse_common_folder_path

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

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.parse_common_location_path

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

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.parse_common_organization_path

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

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.parse_common_project_path

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

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.parse_compute_instance_path

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

Parses a compute_instance path into its component segments.

See more: google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.parse_compute_instance_path

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.parse_configuration_path

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

Parses a configuration path into its component segments.

See more: google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.parse_configuration_path

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.parse_instance_path

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

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.parse_product_path

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

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.product_path

product_path(project: str, location: str, product: str) -> str

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.query_configuration_license_usage

query_configuration_license_usage( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.QueryConfigurationLicenseUsageRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, start_time: typing.Optional[google.protobuf.timestamp_pb2.Timestamp] = None, end_time: typing.Optional[google.protobuf.timestamp_pb2.Timestamp] = 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.licensemanager_v1.types.licensemanager.QueryConfigurationLicenseUsageResponse )

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.reactivate_configuration

reactivate_configuration( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.ReactivateConfigurationRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.licensemanager_v1.services.license_manager.LicenseManagerClient.update_configuration

update_configuration( request: typing.Optional[ typing.Union[ google.cloud.licensemanager_v1.types.licensemanager.UpdateConfigurationRequest, dict, ] ] = None, *, configuration: typing.Optional[ google.cloud.licensemanager_v1.types.api_entities.Configuration ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.licensemanager_v1.services.license_manager.pagers.AggregateUsageAsyncPager

AggregateUsageAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.licensemanager_v1.types.licensemanager.AggregateUsageResponse ], ], request: google.cloud.licensemanager_v1.types.licensemanager.AggregateUsageRequest, response: google.cloud.licensemanager_v1.types.licensemanager.AggregateUsageResponse, *, 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.licensemanager_v1.services.license_manager.pagers.AggregateUsagePager

AggregateUsagePager( method: typing.Callable[ [...], google.cloud.licensemanager_v1.types.licensemanager.AggregateUsageResponse, ], request: google.cloud.licensemanager_v1.types.licensemanager.AggregateUsageRequest, response: google.cloud.licensemanager_v1.types.licensemanager.AggregateUsageResponse, *, 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.licensemanager_v1.services.license_manager.pagers.ListConfigurationsAsyncPager

ListConfigurationsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.licensemanager_v1.types.licensemanager.ListConfigurationsResponse ], ], request: google.cloud.licensemanager_v1.types.licensemanager.ListConfigurationsRequest, response: google.cloud.licensemanager_v1.types.licensemanager.ListConfigurationsResponse, *, 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.licensemanager_v1.services.license_manager.pagers.ListConfigurationsPager

ListConfigurationsPager( method: typing.Callable[ [...], google.cloud.licensemanager_v1.types.licensemanager.ListConfigurationsResponse, ], request: google.cloud.licensemanager_v1.types.licensemanager.ListConfigurationsRequest, response: google.cloud.licensemanager_v1.types.licensemanager.ListConfigurationsResponse, *, 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.licensemanager_v1.services.license_manager.pagers.ListInstancesAsyncPager

ListInstancesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.licensemanager_v1.types.licensemanager.ListInstancesResponse ], ], request: google.cloud.licensemanager_v1.types.licensemanager.ListInstancesRequest, response: google.cloud.licensemanager_v1.types.licensemanager.ListInstancesResponse, *, 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.licensemanager_v1.services.license_manager.pagers.ListInstancesPager

ListInstancesPager( method: typing.Callable[ [...], google.cloud.licensemanager_v1.types.licensemanager.ListInstancesResponse ], request: google.cloud.licensemanager_v1.types.licensemanager.ListInstancesRequest, response: google.cloud.licensemanager_v1.types.licensemanager.ListInstancesResponse, *, 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.licensemanager_v1.services.license_manager.pagers.ListProductsAsyncPager

ListProductsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.licensemanager_v1.types.licensemanager.ListProductsResponse ], ], request: google.cloud.licensemanager_v1.types.licensemanager.ListProductsRequest, response: google.cloud.licensemanager_v1.types.licensemanager.ListProductsResponse, *, 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.licensemanager_v1.services.license_manager.pagers.ListProductsPager

ListProductsPager( method: typing.Callable[ [...], google.cloud.licensemanager_v1.types.licensemanager.ListProductsResponse ], request: google.cloud.licensemanager_v1.types.licensemanager.ListProductsRequest, response: google.cloud.licensemanager_v1.types.licensemanager.ListProductsResponse, *, 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]]] = () )