Package Methods (0.3.8)

Summary of entries of Methods for advisorynotifications.

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient

AdvisoryNotificationsServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Union[str, google.cloud.advisorynotifications_v1.services.advisory_notifications_service.transports.base.AdvisoryNotificationsServiceTransport] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.common_location_path

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.from_service_account_file

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.from_service_account_info

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.from_service_account_json

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.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.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.get_notification

get_notification(
    request: typing.Optional[
        typing.Union[
            google.cloud.advisorynotifications_v1.types.service.GetNotificationRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.advisorynotifications_v1.types.service.Notification

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.get_settings

get_settings(
    request: typing.Optional[
        typing.Union[
            google.cloud.advisorynotifications_v1.types.service.GetSettingsRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.advisorynotifications_v1.types.service.Settings

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.advisorynotifications_v1.services.advisory_notifications_service.transports.base.AdvisoryNotificationsServiceTransport
    ]
)

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.list_notifications

list_notifications(
    request: typing.Optional[
        typing.Union[
            google.cloud.advisorynotifications_v1.types.service.ListNotificationsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
    google.cloud.advisorynotifications_v1.services.advisory_notifications_service.pagers.ListNotificationsAsyncPager
)

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.notification_path

notification_path(organization: str, location: str, notification: str) -> str

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.parse_common_folder_path

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.parse_common_location_path

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.parse_common_organization_path

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.parse_common_project_path

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.parse_notification_path

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.parse_settings_path

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.settings_path

settings_path(organization: str, location: str) -> str

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceAsyncClient.update_settings

update_settings(
    request: typing.Optional[
        typing.Union[
            google.cloud.advisorynotifications_v1.types.service.UpdateSettingsRequest,
            dict,
        ]
    ] = None,
    *,
    settings: typing.Optional[
        google.cloud.advisorynotifications_v1.types.service.Settings
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.advisorynotifications_v1.types.service.Settings

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient

AdvisoryNotificationsServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.advisorynotifications_v1.services.advisory_notifications_service.transports.base.AdvisoryNotificationsServiceTransport]] = 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.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.common_location_path

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.from_service_account_file

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.from_service_account_info

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.from_service_account_json

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.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.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.get_notification

get_notification(
    request: typing.Optional[
        typing.Union[
            google.cloud.advisorynotifications_v1.types.service.GetNotificationRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.advisorynotifications_v1.types.service.Notification

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.get_settings

get_settings(
    request: typing.Optional[
        typing.Union[
            google.cloud.advisorynotifications_v1.types.service.GetSettingsRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.advisorynotifications_v1.types.service.Settings

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.list_notifications

list_notifications(
    request: typing.Optional[
        typing.Union[
            google.cloud.advisorynotifications_v1.types.service.ListNotificationsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
    google.cloud.advisorynotifications_v1.services.advisory_notifications_service.pagers.ListNotificationsPager
)

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.notification_path

notification_path(organization: str, location: str, notification: str) -> str

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.parse_common_billing_account_path

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.parse_common_folder_path

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.parse_common_location_path

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.parse_common_organization_path

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.parse_common_project_path

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.parse_notification_path

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.parse_settings_path

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

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.settings_path

settings_path(organization: str, location: str) -> str

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.AdvisoryNotificationsServiceClient.update_settings

update_settings(
    request: typing.Optional[
        typing.Union[
            google.cloud.advisorynotifications_v1.types.service.UpdateSettingsRequest,
            dict,
        ]
    ] = None,
    *,
    settings: typing.Optional[
        google.cloud.advisorynotifications_v1.types.service.Settings
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.advisorynotifications_v1.types.service.Settings

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.pagers.ListNotificationsAsyncPager

ListNotificationsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.advisorynotifications_v1.types.service.ListNotificationsResponse
        ],
    ],
    request: google.cloud.advisorynotifications_v1.types.service.ListNotificationsRequest,
    response: google.cloud.advisorynotifications_v1.types.service.ListNotificationsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.advisorynotifications_v1.services.advisory_notifications_service.pagers.ListNotificationsPager

ListNotificationsPager(
    method: typing.Callable[
        [...],
        google.cloud.advisorynotifications_v1.types.service.ListNotificationsResponse,
    ],
    request: google.cloud.advisorynotifications_v1.types.service.ListNotificationsRequest,
    response: google.cloud.advisorynotifications_v1.types.service.ListNotificationsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)