Summary of entries of Methods for support.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient
CaseAttachmentServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.support_v2.services.case_attachment_service.transports.base.CaseAttachmentServiceTransport, typing.Callable[[...], google.cloud.support_v2.services.case_attachment_service.transports.base.CaseAttachmentServiceTransport]]] = '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 case attachment service async client.
See more: google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.attachment_path
attachment_path(organization: str, case: str, attachment_id: str) -> str
Returns a fully-qualified attachment string.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.case_path
case_path(organization: str, case: str) -> str
Returns a fully-qualified case string.
See more: google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.case_path
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.support_v2.services.case_attachment_service.transports.base.CaseAttachmentServiceTransport
]
Returns an appropriate transport class.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.list_attachments
list_attachments(
request: typing.Optional[
typing.Union[
google.cloud.support_v2.types.attachment_service.ListAttachmentsRequest,
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.support_v2.services.case_attachment_service.pagers.ListAttachmentsAsyncPager
)
List all the attachments associated with a support case.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.parse_attachment_path
parse_attachment_path(path: str) -> typing.Dict[str, str]
Parses a attachment path into its component segments.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.parse_case_path
parse_case_path(path: str) -> typing.Dict[str, str]
Parses a case path into its component segments.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient
CaseAttachmentServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.support_v2.services.case_attachment_service.transports.base.CaseAttachmentServiceTransport, typing.Callable[[...], google.cloud.support_v2.services.case_attachment_service.transports.base.CaseAttachmentServiceTransport]]] = 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 case attachment service client.
See more: google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.exit
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.attachment_path
attachment_path(organization: str, case: str, attachment_id: str) -> str
Returns a fully-qualified attachment string.
See more: google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.attachment_path
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.case_path
case_path(organization: str, case: str) -> str
Returns a fully-qualified case string.
See more: google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.case_path
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.list_attachments
list_attachments(
request: typing.Optional[
typing.Union[
google.cloud.support_v2.types.attachment_service.ListAttachmentsRequest,
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.support_v2.services.case_attachment_service.pagers.ListAttachmentsPager
)
List all the attachments associated with a support case.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.parse_attachment_path
parse_attachment_path(path: str) -> typing.Dict[str, str]
Parses a attachment path into its component segments.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.parse_case_path
parse_case_path(path: str) -> typing.Dict[str, str]
Parses a case path into its component segments.
See more: google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.parse_case_path
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.support_v2.services.case_attachment_service.pagers.ListAttachmentsAsyncPager
ListAttachmentsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.support_v2.types.attachment_service.ListAttachmentsResponse
],
],
request: google.cloud.support_v2.types.attachment_service.ListAttachmentsRequest,
response: google.cloud.support_v2.types.attachment_service.ListAttachmentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiates the pager.
See more: google.cloud.support_v2.services.case_attachment_service.pagers.ListAttachmentsAsyncPager
google.cloud.support_v2.services.case_attachment_service.pagers.ListAttachmentsPager
ListAttachmentsPager(
method: typing.Callable[
[...], google.cloud.support_v2.types.attachment_service.ListAttachmentsResponse
],
request: google.cloud.support_v2.types.attachment_service.ListAttachmentsRequest,
response: google.cloud.support_v2.types.attachment_service.ListAttachmentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiate the pager.
See more: google.cloud.support_v2.services.case_attachment_service.pagers.ListAttachmentsPager
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient
CaseServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.support_v2.services.case_service.transports.base.CaseServiceTransport, typing.Callable[[...], google.cloud.support_v2.services.case_service.transports.base.CaseServiceTransport]]] = '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 case service async client.
See more: google.cloud.support_v2.services.case_service.CaseServiceAsyncClient
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.case_path
case_path(organization: str, case: str) -> str
Returns a fully-qualified case string.
See more: google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.case_path
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.close_case
close_case(
request: typing.Optional[
typing.Union[google.cloud.support_v2.types.case_service.CloseCaseRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.support_v2.types.case.Case
Close a case.
See more: google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.close_case
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.common_billing_account_path
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.common_folder_path
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.common_location_path
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.common_organization_path
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.common_project_path
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.create_case
create_case(
request: typing.Optional[
typing.Union[google.cloud.support_v2.types.case_service.CreateCaseRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
case: typing.Optional[google.cloud.support_v2.types.case.Case] = 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.support_v2.types.case.Case
Create a new case and associate it with a parent.
See more: google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.create_case
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.escalate_case
escalate_case(
request: typing.Optional[
typing.Union[
google.cloud.support_v2.types.case_service.EscalateCaseRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.support_v2.types.case.Case
Escalate a case, starting the Google Cloud Support escalation management process.
See more: google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.escalate_case
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.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.support_v2.services.case_service.CaseServiceAsyncClient.from_service_account_file
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.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.support_v2.services.case_service.CaseServiceAsyncClient.from_service_account_info
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.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.support_v2.services.case_service.CaseServiceAsyncClient.from_service_account_json
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.get_case
get_case(
request: typing.Optional[
typing.Union[google.cloud.support_v2.types.case_service.GetCaseRequest, 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.support_v2.types.case.Case
Retrieve a case.
See more: google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.get_case
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.support_v2.services.case_service.transports.base.CaseServiceTransport
]
Returns an appropriate transport class.
See more: google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.get_transport_class
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.list_cases
list_cases(
request: typing.Optional[
typing.Union[google.cloud.support_v2.types.case_service.ListCasesRequest, 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.support_v2.services.case_service.pagers.ListCasesAsyncPager
Retrieve all cases under a parent, but not its children.
See more: google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.list_cases
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.parse_case_path
parse_case_path(path: str) -> typing.Dict[str, str]
Parses a case path into its component segments.
See more: google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.parse_case_path
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.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.support_v2.services.case_service.CaseServiceAsyncClient.parse_common_folder_path
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.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.support_v2.services.case_service.CaseServiceAsyncClient.parse_common_location_path
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.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.support_v2.services.case_service.CaseServiceAsyncClient.parse_common_organization_path
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.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.support_v2.services.case_service.CaseServiceAsyncClient.parse_common_project_path
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.search_case_classifications
search_case_classifications(
request: typing.Optional[
typing.Union[
google.cloud.support_v2.types.case_service.SearchCaseClassificationsRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.support_v2.services.case_service.pagers.SearchCaseClassificationsAsyncPager
)
Retrieve valid classifications to use when creating a support case.
See more: google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.search_case_classifications
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.search_cases
search_cases(
request: typing.Optional[
typing.Union[
google.cloud.support_v2.types.case_service.SearchCasesRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.support_v2.services.case_service.pagers.SearchCasesAsyncPager
Search for cases using a query.
See more: google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.search_cases
google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.update_case
update_case(
request: typing.Optional[
typing.Union[google.cloud.support_v2.types.case_service.UpdateCaseRequest, dict]
] = None,
*,
case: typing.Optional[google.cloud.support_v2.types.case.Case] = 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.cloud.support_v2.types.case.Case
Update a case.
See more: google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.update_case
google.cloud.support_v2.services.case_service.CaseServiceClient
CaseServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.support_v2.services.case_service.transports.base.CaseServiceTransport, typing.Callable[[...], google.cloud.support_v2.services.case_service.transports.base.CaseServiceTransport]]] = 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 case service client.
See more: google.cloud.support_v2.services.case_service.CaseServiceClient
google.cloud.support_v2.services.case_service.CaseServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.support_v2.services.case_service.CaseServiceClient.exit
google.cloud.support_v2.services.case_service.CaseServiceClient.case_path
case_path(organization: str, case: str) -> str
Returns a fully-qualified case string.
See more: google.cloud.support_v2.services.case_service.CaseServiceClient.case_path
google.cloud.support_v2.services.case_service.CaseServiceClient.close_case
close_case(
request: typing.Optional[
typing.Union[google.cloud.support_v2.types.case_service.CloseCaseRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.support_v2.types.case.Case
Close a case.
See more: google.cloud.support_v2.services.case_service.CaseServiceClient.close_case
google.cloud.support_v2.services.case_service.CaseServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.support_v2.services.case_service.CaseServiceClient.common_billing_account_path
google.cloud.support_v2.services.case_service.CaseServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.support_v2.services.case_service.CaseServiceClient.common_folder_path
google.cloud.support_v2.services.case_service.CaseServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.support_v2.services.case_service.CaseServiceClient.common_location_path
google.cloud.support_v2.services.case_service.CaseServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.support_v2.services.case_service.CaseServiceClient.common_organization_path
google.cloud.support_v2.services.case_service.CaseServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.support_v2.services.case_service.CaseServiceClient.common_project_path
google.cloud.support_v2.services.case_service.CaseServiceClient.create_case
create_case(
request: typing.Optional[
typing.Union[google.cloud.support_v2.types.case_service.CreateCaseRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
case: typing.Optional[google.cloud.support_v2.types.case.Case] = 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.support_v2.types.case.Case
Create a new case and associate it with a parent.
See more: google.cloud.support_v2.services.case_service.CaseServiceClient.create_case
google.cloud.support_v2.services.case_service.CaseServiceClient.escalate_case
escalate_case(
request: typing.Optional[
typing.Union[
google.cloud.support_v2.types.case_service.EscalateCaseRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.support_v2.types.case.Case
Escalate a case, starting the Google Cloud Support escalation management process.
See more: google.cloud.support_v2.services.case_service.CaseServiceClient.escalate_case
google.cloud.support_v2.services.case_service.CaseServiceClient.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.support_v2.services.case_service.CaseServiceClient.from_service_account_file
google.cloud.support_v2.services.case_service.CaseServiceClient.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.support_v2.services.case_service.CaseServiceClient.from_service_account_info
google.cloud.support_v2.services.case_service.CaseServiceClient.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.support_v2.services.case_service.CaseServiceClient.from_service_account_json
google.cloud.support_v2.services.case_service.CaseServiceClient.get_case
get_case(
request: typing.Optional[
typing.Union[google.cloud.support_v2.types.case_service.GetCaseRequest, 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.support_v2.types.case.Case
Retrieve a case.
See more: google.cloud.support_v2.services.case_service.CaseServiceClient.get_case
google.cloud.support_v2.services.case_service.CaseServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
See more: google.cloud.support_v2.services.case_service.CaseServiceClient.get_mtls_endpoint_and_cert_source
google.cloud.support_v2.services.case_service.CaseServiceClient.list_cases
list_cases(
request: typing.Optional[
typing.Union[google.cloud.support_v2.types.case_service.ListCasesRequest, 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.support_v2.services.case_service.pagers.ListCasesPager
Retrieve all cases under a parent, but not its children.
See more: google.cloud.support_v2.services.case_service.CaseServiceClient.list_cases
google.cloud.support_v2.services.case_service.CaseServiceClient.parse_case_path
parse_case_path(path: str) -> typing.Dict[str, str]
Parses a case path into its component segments.
See more: google.cloud.support_v2.services.case_service.CaseServiceClient.parse_case_path
google.cloud.support_v2.services.case_service.CaseServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
See more: google.cloud.support_v2.services.case_service.CaseServiceClient.parse_common_billing_account_path
google.cloud.support_v2.services.case_service.CaseServiceClient.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.support_v2.services.case_service.CaseServiceClient.parse_common_folder_path
google.cloud.support_v2.services.case_service.CaseServiceClient.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.support_v2.services.case_service.CaseServiceClient.parse_common_location_path
google.cloud.support_v2.services.case_service.CaseServiceClient.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.support_v2.services.case_service.CaseServiceClient.parse_common_organization_path
google.cloud.support_v2.services.case_service.CaseServiceClient.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.support_v2.services.case_service.CaseServiceClient.parse_common_project_path
google.cloud.support_v2.services.case_service.CaseServiceClient.search_case_classifications
search_case_classifications(
request: typing.Optional[
typing.Union[
google.cloud.support_v2.types.case_service.SearchCaseClassificationsRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.support_v2.services.case_service.pagers.SearchCaseClassificationsPager
)
Retrieve valid classifications to use when creating a support case.
See more: google.cloud.support_v2.services.case_service.CaseServiceClient.search_case_classifications
google.cloud.support_v2.services.case_service.CaseServiceClient.search_cases
search_cases(
request: typing.Optional[
typing.Union[
google.cloud.support_v2.types.case_service.SearchCasesRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.support_v2.services.case_service.pagers.SearchCasesPager
Search for cases using a query.
See more: google.cloud.support_v2.services.case_service.CaseServiceClient.search_cases
google.cloud.support_v2.services.case_service.CaseServiceClient.update_case
update_case(
request: typing.Optional[
typing.Union[google.cloud.support_v2.types.case_service.UpdateCaseRequest, dict]
] = None,
*,
case: typing.Optional[google.cloud.support_v2.types.case.Case] = 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.cloud.support_v2.types.case.Case
Update a case.
See more: google.cloud.support_v2.services.case_service.CaseServiceClient.update_case
google.cloud.support_v2.services.case_service.pagers.ListCasesAsyncPager
ListCasesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[google.cloud.support_v2.types.case_service.ListCasesResponse],
],
request: google.cloud.support_v2.types.case_service.ListCasesRequest,
response: google.cloud.support_v2.types.case_service.ListCasesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiates the pager.
See more: google.cloud.support_v2.services.case_service.pagers.ListCasesAsyncPager
google.cloud.support_v2.services.case_service.pagers.ListCasesPager
ListCasesPager(
method: typing.Callable[
[...], google.cloud.support_v2.types.case_service.ListCasesResponse
],
request: google.cloud.support_v2.types.case_service.ListCasesRequest,
response: google.cloud.support_v2.types.case_service.ListCasesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiate the pager.
See more: google.cloud.support_v2.services.case_service.pagers.ListCasesPager
google.cloud.support_v2.services.case_service.pagers.SearchCaseClassificationsAsyncPager
SearchCaseClassificationsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.support_v2.types.case_service.SearchCaseClassificationsResponse
],
],
request: google.cloud.support_v2.types.case_service.SearchCaseClassificationsRequest,
response: google.cloud.support_v2.types.case_service.SearchCaseClassificationsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiates the pager.
See more: google.cloud.support_v2.services.case_service.pagers.SearchCaseClassificationsAsyncPager
google.cloud.support_v2.services.case_service.pagers.SearchCaseClassificationsPager
SearchCaseClassificationsPager(
method: typing.Callable[
[...],
google.cloud.support_v2.types.case_service.SearchCaseClassificationsResponse,
],
request: google.cloud.support_v2.types.case_service.SearchCaseClassificationsRequest,
response: google.cloud.support_v2.types.case_service.SearchCaseClassificationsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiate the pager.
See more: google.cloud.support_v2.services.case_service.pagers.SearchCaseClassificationsPager
google.cloud.support_v2.services.case_service.pagers.SearchCasesAsyncPager
SearchCasesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.support_v2.types.case_service.SearchCasesResponse
],
],
request: google.cloud.support_v2.types.case_service.SearchCasesRequest,
response: google.cloud.support_v2.types.case_service.SearchCasesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiates the pager.
See more: google.cloud.support_v2.services.case_service.pagers.SearchCasesAsyncPager
google.cloud.support_v2.services.case_service.pagers.SearchCasesPager
SearchCasesPager(
method: typing.Callable[
[...], google.cloud.support_v2.types.case_service.SearchCasesResponse
],
request: google.cloud.support_v2.types.case_service.SearchCasesRequest,
response: google.cloud.support_v2.types.case_service.SearchCasesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiate the pager.
See more: google.cloud.support_v2.services.case_service.pagers.SearchCasesPager
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient
CommentServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.support_v2.services.comment_service.transports.base.CommentServiceTransport, typing.Callable[[...], google.cloud.support_v2.services.comment_service.transports.base.CommentServiceTransport]]] = '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 comment service async client.
See more: google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.case_path
case_path(organization: str, case: str) -> str
Returns a fully-qualified case string.
See more: google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.case_path
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.comment_path
comment_path(organization: str, case: str, comment: str) -> str
Returns a fully-qualified comment string.
See more: google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.comment_path
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.common_folder_path
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.common_location_path
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.common_organization_path
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.common_project_path
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.create_comment
create_comment(
request: typing.Optional[
typing.Union[
google.cloud.support_v2.types.comment_service.CreateCommentRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
comment: typing.Optional[google.cloud.support_v2.types.comment.Comment] = 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.support_v2.types.comment.Comment
Add a new comment to a case.
See more: google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.create_comment
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.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.support_v2.services.comment_service.CommentServiceAsyncClient.from_service_account_file
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.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.support_v2.services.comment_service.CommentServiceAsyncClient.from_service_account_info
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.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.support_v2.services.comment_service.CommentServiceAsyncClient.from_service_account_json
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.support_v2.services.comment_service.transports.base.CommentServiceTransport
]
Returns an appropriate transport class.
See more: google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.get_transport_class
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.list_comments
list_comments(
request: typing.Optional[
typing.Union[
google.cloud.support_v2.types.comment_service.ListCommentsRequest, 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.support_v2.services.comment_service.pagers.ListCommentsAsyncPager
List all the comments associated with a case.
See more: google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.list_comments
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.parse_case_path
parse_case_path(path: str) -> typing.Dict[str, str]
Parses a case path into its component segments.
See more: google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.parse_case_path
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.parse_comment_path
parse_comment_path(path: str) -> typing.Dict[str, str]
Parses a comment path into its component segments.
See more: google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.parse_comment_path
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.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.support_v2.services.comment_service.CommentServiceAsyncClient.parse_common_folder_path
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.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.support_v2.services.comment_service.CommentServiceAsyncClient.parse_common_project_path
google.cloud.support_v2.services.comment_service.CommentServiceClient
CommentServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.support_v2.services.comment_service.transports.base.CommentServiceTransport, typing.Callable[[...], google.cloud.support_v2.services.comment_service.transports.base.CommentServiceTransport]]] = 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 comment service client.
See more: google.cloud.support_v2.services.comment_service.CommentServiceClient
google.cloud.support_v2.services.comment_service.CommentServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.support_v2.services.comment_service.CommentServiceClient.exit
google.cloud.support_v2.services.comment_service.CommentServiceClient.case_path
case_path(organization: str, case: str) -> str
Returns a fully-qualified case string.
See more: google.cloud.support_v2.services.comment_service.CommentServiceClient.case_path
google.cloud.support_v2.services.comment_service.CommentServiceClient.comment_path
comment_path(organization: str, case: str, comment: str) -> str
Returns a fully-qualified comment string.
See more: google.cloud.support_v2.services.comment_service.CommentServiceClient.comment_path
google.cloud.support_v2.services.comment_service.CommentServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.support_v2.services.comment_service.CommentServiceClient.common_billing_account_path
google.cloud.support_v2.services.comment_service.CommentServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.support_v2.services.comment_service.CommentServiceClient.common_folder_path
google.cloud.support_v2.services.comment_service.CommentServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.support_v2.services.comment_service.CommentServiceClient.common_location_path
google.cloud.support_v2.services.comment_service.CommentServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.support_v2.services.comment_service.CommentServiceClient.common_organization_path
google.cloud.support_v2.services.comment_service.CommentServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.support_v2.services.comment_service.CommentServiceClient.common_project_path
google.cloud.support_v2.services.comment_service.CommentServiceClient.create_comment
create_comment(
request: typing.Optional[
typing.Union[
google.cloud.support_v2.types.comment_service.CreateCommentRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
comment: typing.Optional[google.cloud.support_v2.types.comment.Comment] = 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.support_v2.types.comment.Comment
Add a new comment to a case.
See more: google.cloud.support_v2.services.comment_service.CommentServiceClient.create_comment
google.cloud.support_v2.services.comment_service.CommentServiceClient.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.support_v2.services.comment_service.CommentServiceClient.from_service_account_file
google.cloud.support_v2.services.comment_service.CommentServiceClient.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.support_v2.services.comment_service.CommentServiceClient.from_service_account_info
google.cloud.support_v2.services.comment_service.CommentServiceClient.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.support_v2.services.comment_service.CommentServiceClient.from_service_account_json
google.cloud.support_v2.services.comment_service.CommentServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
google.cloud.support_v2.services.comment_service.CommentServiceClient.list_comments
list_comments(
request: typing.Optional[
typing.Union[
google.cloud.support_v2.types.comment_service.ListCommentsRequest, 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.support_v2.services.comment_service.pagers.ListCommentsPager
List all the comments associated with a case.
See more: google.cloud.support_v2.services.comment_service.CommentServiceClient.list_comments
google.cloud.support_v2.services.comment_service.CommentServiceClient.parse_case_path
parse_case_path(path: str) -> typing.Dict[str, str]
Parses a case path into its component segments.
See more: google.cloud.support_v2.services.comment_service.CommentServiceClient.parse_case_path
google.cloud.support_v2.services.comment_service.CommentServiceClient.parse_comment_path
parse_comment_path(path: str) -> typing.Dict[str, str]
Parses a comment path into its component segments.
See more: google.cloud.support_v2.services.comment_service.CommentServiceClient.parse_comment_path
google.cloud.support_v2.services.comment_service.CommentServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.support_v2.services.comment_service.CommentServiceClient.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.support_v2.services.comment_service.CommentServiceClient.parse_common_folder_path
google.cloud.support_v2.services.comment_service.CommentServiceClient.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.support_v2.services.comment_service.CommentServiceClient.parse_common_location_path
google.cloud.support_v2.services.comment_service.CommentServiceClient.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.support_v2.services.comment_service.CommentServiceClient.parse_common_organization_path
google.cloud.support_v2.services.comment_service.CommentServiceClient.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.support_v2.services.comment_service.CommentServiceClient.parse_common_project_path
google.cloud.support_v2.services.comment_service.pagers.ListCommentsAsyncPager
ListCommentsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.support_v2.types.comment_service.ListCommentsResponse
],
],
request: google.cloud.support_v2.types.comment_service.ListCommentsRequest,
response: google.cloud.support_v2.types.comment_service.ListCommentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiates the pager.
See more: google.cloud.support_v2.services.comment_service.pagers.ListCommentsAsyncPager
google.cloud.support_v2.services.comment_service.pagers.ListCommentsPager
ListCommentsPager(
method: typing.Callable[
[...], google.cloud.support_v2.types.comment_service.ListCommentsResponse
],
request: google.cloud.support_v2.types.comment_service.ListCommentsRequest,
response: google.cloud.support_v2.types.comment_service.ListCommentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiate the pager.
See more: google.cloud.support_v2.services.comment_service.pagers.ListCommentsPager
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient
CaseAttachmentServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.support_v2beta.services.case_attachment_service.transports.base.CaseAttachmentServiceTransport, typing.Callable[[...], google.cloud.support_v2beta.services.case_attachment_service.transports.base.CaseAttachmentServiceTransport]]] = '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 case attachment service async client.
See more: google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient.attachment_path
attachment_path(organization: str, case: str, attachment_id: str) -> str
Returns a fully-qualified attachment string.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient.case_path
case_path(organization: str, case: str) -> str
Returns a fully-qualified case string.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.support_v2beta.services.case_attachment_service.transports.base.CaseAttachmentServiceTransport
]
Returns an appropriate transport class.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient.list_attachments
list_attachments(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.attachment_service.ListAttachmentsRequest,
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.support_v2beta.services.case_attachment_service.pagers.ListAttachmentsAsyncPager
)
List all the attachments associated with a support case.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient.parse_attachment_path
parse_attachment_path(path: str) -> typing.Dict[str, str]
Parses a attachment path into its component segments.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient.parse_case_path
parse_case_path(path: str) -> typing.Dict[str, str]
Parses a case path into its component segments.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient
CaseAttachmentServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.support_v2beta.services.case_attachment_service.transports.base.CaseAttachmentServiceTransport, typing.Callable[[...], google.cloud.support_v2beta.services.case_attachment_service.transports.base.CaseAttachmentServiceTransport]]] = 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 case attachment service client.
See more: google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.exit
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.attachment_path
attachment_path(organization: str, case: str, attachment_id: str) -> str
Returns a fully-qualified attachment string.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.case_path
case_path(organization: str, case: str) -> str
Returns a fully-qualified case string.
See more: google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.case_path
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.list_attachments
list_attachments(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.attachment_service.ListAttachmentsRequest,
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.support_v2beta.services.case_attachment_service.pagers.ListAttachmentsPager
)
List all the attachments associated with a support case.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.parse_attachment_path
parse_attachment_path(path: str) -> typing.Dict[str, str]
Parses a attachment path into its component segments.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.parse_case_path
parse_case_path(path: str) -> typing.Dict[str, str]
Parses a case path into its component segments.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.support_v2beta.services.case_attachment_service.CaseAttachmentServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.support_v2beta.services.case_attachment_service.pagers.ListAttachmentsAsyncPager
ListAttachmentsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.support_v2beta.types.attachment_service.ListAttachmentsResponse
],
],
request: google.cloud.support_v2beta.types.attachment_service.ListAttachmentsRequest,
response: google.cloud.support_v2beta.types.attachment_service.ListAttachmentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiates the pager.
See more: google.cloud.support_v2beta.services.case_attachment_service.pagers.ListAttachmentsAsyncPager
google.cloud.support_v2beta.services.case_attachment_service.pagers.ListAttachmentsPager
ListAttachmentsPager(
method: typing.Callable[
[...],
google.cloud.support_v2beta.types.attachment_service.ListAttachmentsResponse,
],
request: google.cloud.support_v2beta.types.attachment_service.ListAttachmentsRequest,
response: google.cloud.support_v2beta.types.attachment_service.ListAttachmentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiate the pager.
See more: google.cloud.support_v2beta.services.case_attachment_service.pagers.ListAttachmentsPager
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient
CaseServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.support_v2beta.services.case_service.transports.base.CaseServiceTransport, typing.Callable[[...], google.cloud.support_v2beta.services.case_service.transports.base.CaseServiceTransport]]] = '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 case service async client.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.case_path
case_path(organization: str, case: str) -> str
Returns a fully-qualified case string.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.case_path
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.close_case
close_case(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.case_service.CloseCaseRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.support_v2beta.types.case.Case
Close a case.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.close_case
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.common_billing_account_path
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.common_folder_path
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.common_location_path
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.common_organization_path
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.common_project_path
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.create_case
create_case(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.case_service.CreateCaseRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
case: typing.Optional[google.cloud.support_v2beta.types.case.Case] = 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.support_v2beta.types.case.Case
Create a new case and associate it with a parent.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.create_case
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.escalate_case
escalate_case(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.case_service.EscalateCaseRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.support_v2beta.types.case.Case
Escalate a case, starting the Google Cloud Support escalation management process.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.escalate_case
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.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.support_v2beta.services.case_service.CaseServiceAsyncClient.from_service_account_file
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.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.support_v2beta.services.case_service.CaseServiceAsyncClient.from_service_account_info
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.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.support_v2beta.services.case_service.CaseServiceAsyncClient.from_service_account_json
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.get_case
get_case(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.case_service.GetCaseRequest, 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.support_v2beta.types.case.Case
Retrieve a case.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.get_case
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.support_v2beta.services.case_service.transports.base.CaseServiceTransport
]
Returns an appropriate transport class.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.get_transport_class
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.list_cases
list_cases(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.case_service.ListCasesRequest, 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.support_v2beta.services.case_service.pagers.ListCasesAsyncPager
Retrieve all cases under a parent, but not its children.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.list_cases
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.parse_case_path
parse_case_path(path: str) -> typing.Dict[str, str]
Parses a case path into its component segments.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.parse_case_path
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.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.support_v2beta.services.case_service.CaseServiceAsyncClient.parse_common_folder_path
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.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.support_v2beta.services.case_service.CaseServiceAsyncClient.parse_common_location_path
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.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.support_v2beta.services.case_service.CaseServiceAsyncClient.parse_common_project_path
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.search_case_classifications
search_case_classifications(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.case_service.SearchCaseClassificationsRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.support_v2beta.services.case_service.pagers.SearchCaseClassificationsAsyncPager
)
Retrieve valid classifications to use when creating a support case.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.search_case_classifications
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.search_cases
search_cases(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.case_service.SearchCasesRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.support_v2beta.services.case_service.pagers.SearchCasesAsyncPager
Search for cases using a query.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.search_cases
google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.update_case
update_case(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.case_service.UpdateCaseRequest, dict
]
] = None,
*,
case: typing.Optional[google.cloud.support_v2beta.types.case.Case] = 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.cloud.support_v2beta.types.case.Case
Update a case.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceAsyncClient.update_case
google.cloud.support_v2beta.services.case_service.CaseServiceClient
CaseServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.support_v2beta.services.case_service.transports.base.CaseServiceTransport, typing.Callable[[...], google.cloud.support_v2beta.services.case_service.transports.base.CaseServiceTransport]]] = 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 case service client.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceClient
google.cloud.support_v2beta.services.case_service.CaseServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceClient.exit
google.cloud.support_v2beta.services.case_service.CaseServiceClient.case_path
case_path(organization: str, case: str) -> str
Returns a fully-qualified case string.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceClient.case_path
google.cloud.support_v2beta.services.case_service.CaseServiceClient.close_case
close_case(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.case_service.CloseCaseRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.support_v2beta.types.case.Case
Close a case.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceClient.close_case
google.cloud.support_v2beta.services.case_service.CaseServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceClient.common_billing_account_path
google.cloud.support_v2beta.services.case_service.CaseServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceClient.common_folder_path
google.cloud.support_v2beta.services.case_service.CaseServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceClient.common_location_path
google.cloud.support_v2beta.services.case_service.CaseServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceClient.common_organization_path
google.cloud.support_v2beta.services.case_service.CaseServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceClient.common_project_path
google.cloud.support_v2beta.services.case_service.CaseServiceClient.create_case
create_case(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.case_service.CreateCaseRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
case: typing.Optional[google.cloud.support_v2beta.types.case.Case] = 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.support_v2beta.types.case.Case
Create a new case and associate it with a parent.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceClient.create_case
google.cloud.support_v2beta.services.case_service.CaseServiceClient.escalate_case
escalate_case(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.case_service.EscalateCaseRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.support_v2beta.types.case.Case
Escalate a case, starting the Google Cloud Support escalation management process.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceClient.escalate_case
google.cloud.support_v2beta.services.case_service.CaseServiceClient.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.support_v2beta.services.case_service.CaseServiceClient.from_service_account_file
google.cloud.support_v2beta.services.case_service.CaseServiceClient.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.support_v2beta.services.case_service.CaseServiceClient.from_service_account_info
google.cloud.support_v2beta.services.case_service.CaseServiceClient.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.support_v2beta.services.case_service.CaseServiceClient.from_service_account_json
google.cloud.support_v2beta.services.case_service.CaseServiceClient.get_case
get_case(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.case_service.GetCaseRequest, 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.support_v2beta.types.case.Case
Retrieve a case.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceClient.get_case
google.cloud.support_v2beta.services.case_service.CaseServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
google.cloud.support_v2beta.services.case_service.CaseServiceClient.list_cases
list_cases(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.case_service.ListCasesRequest, 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.support_v2beta.services.case_service.pagers.ListCasesPager
Retrieve all cases under a parent, but not its children.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceClient.list_cases
google.cloud.support_v2beta.services.case_service.CaseServiceClient.parse_case_path
parse_case_path(path: str) -> typing.Dict[str, str]
Parses a case path into its component segments.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceClient.parse_case_path
google.cloud.support_v2beta.services.case_service.CaseServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.support_v2beta.services.case_service.CaseServiceClient.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.support_v2beta.services.case_service.CaseServiceClient.parse_common_folder_path
google.cloud.support_v2beta.services.case_service.CaseServiceClient.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.support_v2beta.services.case_service.CaseServiceClient.parse_common_location_path
google.cloud.support_v2beta.services.case_service.CaseServiceClient.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.support_v2beta.services.case_service.CaseServiceClient.parse_common_organization_path
google.cloud.support_v2beta.services.case_service.CaseServiceClient.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.support_v2beta.services.case_service.CaseServiceClient.parse_common_project_path
google.cloud.support_v2beta.services.case_service.CaseServiceClient.search_case_classifications
search_case_classifications(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.case_service.SearchCaseClassificationsRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.support_v2beta.services.case_service.pagers.SearchCaseClassificationsPager
)
Retrieve valid classifications to use when creating a support case.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceClient.search_case_classifications
google.cloud.support_v2beta.services.case_service.CaseServiceClient.search_cases
search_cases(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.case_service.SearchCasesRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.support_v2beta.services.case_service.pagers.SearchCasesPager
Search for cases using a query.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceClient.search_cases
google.cloud.support_v2beta.services.case_service.CaseServiceClient.update_case
update_case(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.case_service.UpdateCaseRequest, dict
]
] = None,
*,
case: typing.Optional[google.cloud.support_v2beta.types.case.Case] = 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.cloud.support_v2beta.types.case.Case
Update a case.
See more: google.cloud.support_v2beta.services.case_service.CaseServiceClient.update_case
google.cloud.support_v2beta.services.case_service.pagers.ListCasesAsyncPager
ListCasesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.support_v2beta.types.case_service.ListCasesResponse
],
],
request: google.cloud.support_v2beta.types.case_service.ListCasesRequest,
response: google.cloud.support_v2beta.types.case_service.ListCasesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiates the pager.
See more: google.cloud.support_v2beta.services.case_service.pagers.ListCasesAsyncPager
google.cloud.support_v2beta.services.case_service.pagers.ListCasesPager
ListCasesPager(
method: typing.Callable[
[...], google.cloud.support_v2beta.types.case_service.ListCasesResponse
],
request: google.cloud.support_v2beta.types.case_service.ListCasesRequest,
response: google.cloud.support_v2beta.types.case_service.ListCasesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiate the pager.
See more: google.cloud.support_v2beta.services.case_service.pagers.ListCasesPager
google.cloud.support_v2beta.services.case_service.pagers.SearchCaseClassificationsAsyncPager
SearchCaseClassificationsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.support_v2beta.types.case_service.SearchCaseClassificationsResponse
],
],
request: google.cloud.support_v2beta.types.case_service.SearchCaseClassificationsRequest,
response: google.cloud.support_v2beta.types.case_service.SearchCaseClassificationsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiates the pager.
See more: google.cloud.support_v2beta.services.case_service.pagers.SearchCaseClassificationsAsyncPager
google.cloud.support_v2beta.services.case_service.pagers.SearchCaseClassificationsPager
SearchCaseClassificationsPager(
method: typing.Callable[
[...],
google.cloud.support_v2beta.types.case_service.SearchCaseClassificationsResponse,
],
request: google.cloud.support_v2beta.types.case_service.SearchCaseClassificationsRequest,
response: google.cloud.support_v2beta.types.case_service.SearchCaseClassificationsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiate the pager.
See more: google.cloud.support_v2beta.services.case_service.pagers.SearchCaseClassificationsPager
google.cloud.support_v2beta.services.case_service.pagers.SearchCasesAsyncPager
SearchCasesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.support_v2beta.types.case_service.SearchCasesResponse
],
],
request: google.cloud.support_v2beta.types.case_service.SearchCasesRequest,
response: google.cloud.support_v2beta.types.case_service.SearchCasesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiates the pager.
See more: google.cloud.support_v2beta.services.case_service.pagers.SearchCasesAsyncPager
google.cloud.support_v2beta.services.case_service.pagers.SearchCasesPager
SearchCasesPager(
method: typing.Callable[
[...], google.cloud.support_v2beta.types.case_service.SearchCasesResponse
],
request: google.cloud.support_v2beta.types.case_service.SearchCasesRequest,
response: google.cloud.support_v2beta.types.case_service.SearchCasesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiate the pager.
See more: google.cloud.support_v2beta.services.case_service.pagers.SearchCasesPager
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient
CommentServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.support_v2beta.services.comment_service.transports.base.CommentServiceTransport, typing.Callable[[...], google.cloud.support_v2beta.services.comment_service.transports.base.CommentServiceTransport]]] = '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 comment service async client.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.case_path
case_path(organization: str, case: str) -> str
Returns a fully-qualified case string.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.case_path
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.comment_path
comment_path(organization: str, case: str, comment: str) -> str
Returns a fully-qualified comment string.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.comment_path
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.common_folder_path
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.common_location_path
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.common_project_path
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.create_comment
create_comment(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.comment_service.CreateCommentRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
comment: typing.Optional[google.cloud.support_v2beta.types.comment.Comment] = 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.support_v2beta.types.comment.Comment
Add a new comment to a case.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.create_comment
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.support_v2beta.services.comment_service.transports.base.CommentServiceTransport
]
Returns an appropriate transport class.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.get_transport_class
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.list_comments
list_comments(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.comment_service.ListCommentsRequest, 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.support_v2beta.services.comment_service.pagers.ListCommentsAsyncPager
List all the comments associated with a case.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.list_comments
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.parse_case_path
parse_case_path(path: str) -> typing.Dict[str, str]
Parses a case path into its component segments.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.parse_case_path
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.parse_comment_path
parse_comment_path(path: str) -> typing.Dict[str, str]
Parses a comment path into its component segments.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.parse_comment_path
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.support_v2beta.services.comment_service.CommentServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.support_v2beta.services.comment_service.CommentServiceClient
CommentServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.support_v2beta.services.comment_service.transports.base.CommentServiceTransport, typing.Callable[[...], google.cloud.support_v2beta.services.comment_service.transports.base.CommentServiceTransport]]] = 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 comment service client.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceClient
google.cloud.support_v2beta.services.comment_service.CommentServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceClient.exit
google.cloud.support_v2beta.services.comment_service.CommentServiceClient.case_path
case_path(organization: str, case: str) -> str
Returns a fully-qualified case string.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceClient.case_path
google.cloud.support_v2beta.services.comment_service.CommentServiceClient.comment_path
comment_path(organization: str, case: str, comment: str) -> str
Returns a fully-qualified comment string.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceClient.comment_path
google.cloud.support_v2beta.services.comment_service.CommentServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.support_v2beta.services.comment_service.CommentServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceClient.common_folder_path
google.cloud.support_v2beta.services.comment_service.CommentServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceClient.common_location_path
google.cloud.support_v2beta.services.comment_service.CommentServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceClient.common_organization_path
google.cloud.support_v2beta.services.comment_service.CommentServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceClient.common_project_path
google.cloud.support_v2beta.services.comment_service.CommentServiceClient.create_comment
create_comment(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.comment_service.CreateCommentRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
comment: typing.Optional[google.cloud.support_v2beta.types.comment.Comment] = 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.support_v2beta.types.comment.Comment
Add a new comment to a case.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceClient.create_comment
google.cloud.support_v2beta.services.comment_service.CommentServiceClient.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.support_v2beta.services.comment_service.CommentServiceClient.from_service_account_file
google.cloud.support_v2beta.services.comment_service.CommentServiceClient.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.support_v2beta.services.comment_service.CommentServiceClient.from_service_account_info
google.cloud.support_v2beta.services.comment_service.CommentServiceClient.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.support_v2beta.services.comment_service.CommentServiceClient.from_service_account_json
google.cloud.support_v2beta.services.comment_service.CommentServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
google.cloud.support_v2beta.services.comment_service.CommentServiceClient.list_comments
list_comments(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.comment_service.ListCommentsRequest, 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.support_v2beta.services.comment_service.pagers.ListCommentsPager
List all the comments associated with a case.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceClient.list_comments
google.cloud.support_v2beta.services.comment_service.CommentServiceClient.parse_case_path
parse_case_path(path: str) -> typing.Dict[str, str]
Parses a case path into its component segments.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceClient.parse_case_path
google.cloud.support_v2beta.services.comment_service.CommentServiceClient.parse_comment_path
parse_comment_path(path: str) -> typing.Dict[str, str]
Parses a comment path into its component segments.
See more: google.cloud.support_v2beta.services.comment_service.CommentServiceClient.parse_comment_path
google.cloud.support_v2beta.services.comment_service.CommentServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.support_v2beta.services.comment_service.CommentServiceClient.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.support_v2beta.services.comment_service.CommentServiceClient.parse_common_folder_path
google.cloud.support_v2beta.services.comment_service.CommentServiceClient.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.support_v2beta.services.comment_service.CommentServiceClient.parse_common_location_path
google.cloud.support_v2beta.services.comment_service.CommentServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.support_v2beta.services.comment_service.CommentServiceClient.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.support_v2beta.services.comment_service.CommentServiceClient.parse_common_project_path
google.cloud.support_v2beta.services.comment_service.pagers.ListCommentsAsyncPager
ListCommentsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.support_v2beta.types.comment_service.ListCommentsResponse
],
],
request: google.cloud.support_v2beta.types.comment_service.ListCommentsRequest,
response: google.cloud.support_v2beta.types.comment_service.ListCommentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiates the pager.
See more: google.cloud.support_v2beta.services.comment_service.pagers.ListCommentsAsyncPager
google.cloud.support_v2beta.services.comment_service.pagers.ListCommentsPager
ListCommentsPager(
method: typing.Callable[
[...], google.cloud.support_v2beta.types.comment_service.ListCommentsResponse
],
request: google.cloud.support_v2beta.types.comment_service.ListCommentsRequest,
response: google.cloud.support_v2beta.types.comment_service.ListCommentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiate the pager.
See more: google.cloud.support_v2beta.services.comment_service.pagers.ListCommentsPager
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient
FeedServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.support_v2beta.services.feed_service.transports.base.FeedServiceTransport, typing.Callable[[...], google.cloud.support_v2beta.services.feed_service.transports.base.FeedServiceTransport]]] = '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 feed service async client.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.attachment_path
attachment_path(organization: str, case: str, attachment_id: str) -> str
Returns a fully-qualified attachment string.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.attachment_path
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.case_path
case_path(organization: str, case: str) -> str
Returns a fully-qualified case string.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.case_path
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.comment_path
comment_path(organization: str, case: str, comment: str) -> str
Returns a fully-qualified comment string.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.comment_path
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.common_billing_account_path
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.common_folder_path
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.common_location_path
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.common_organization_path
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.common_project_path
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.email_message_path
email_message_path(project: str, case: str, email_message: str) -> str
Returns a fully-qualified email_message string.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.email_message_path
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.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.support_v2beta.services.feed_service.FeedServiceAsyncClient.from_service_account_file
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.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.support_v2beta.services.feed_service.FeedServiceAsyncClient.from_service_account_info
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.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.support_v2beta.services.feed_service.FeedServiceAsyncClient.from_service_account_json
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.support_v2beta.services.feed_service.transports.base.FeedServiceTransport
]
Returns an appropriate transport class.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.get_transport_class
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.parse_attachment_path
parse_attachment_path(path: str) -> typing.Dict[str, str]
Parses a attachment path into its component segments.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.parse_attachment_path
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.parse_case_path
parse_case_path(path: str) -> typing.Dict[str, str]
Parses a case path into its component segments.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.parse_case_path
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.parse_comment_path
parse_comment_path(path: str) -> typing.Dict[str, str]
Parses a comment path into its component segments.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.parse_comment_path
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.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.support_v2beta.services.feed_service.FeedServiceAsyncClient.parse_common_folder_path
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.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.support_v2beta.services.feed_service.FeedServiceAsyncClient.parse_common_location_path
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.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.support_v2beta.services.feed_service.FeedServiceAsyncClient.parse_common_project_path
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.parse_email_message_path
parse_email_message_path(path: str) -> typing.Dict[str, str]
Parses a email_message path into its component segments.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.parse_email_message_path
google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.show_feed
show_feed(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.feed_service.ShowFeedRequest, 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.support_v2beta.services.feed_service.pagers.ShowFeedAsyncPager
Show items in the feed of this case, including case emails, attachments, and comments.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceAsyncClient.show_feed
google.cloud.support_v2beta.services.feed_service.FeedServiceClient
FeedServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.support_v2beta.services.feed_service.transports.base.FeedServiceTransport, typing.Callable[[...], google.cloud.support_v2beta.services.feed_service.transports.base.FeedServiceTransport]]] = 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 feed service client.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceClient
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceClient.exit
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.attachment_path
attachment_path(organization: str, case: str, attachment_id: str) -> str
Returns a fully-qualified attachment string.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceClient.attachment_path
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.case_path
case_path(organization: str, case: str) -> str
Returns a fully-qualified case string.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceClient.case_path
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.comment_path
comment_path(organization: str, case: str, comment: str) -> str
Returns a fully-qualified comment string.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceClient.comment_path
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceClient.common_billing_account_path
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceClient.common_folder_path
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceClient.common_location_path
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceClient.common_organization_path
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceClient.common_project_path
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.email_message_path
email_message_path(project: str, case: str, email_message: str) -> str
Returns a fully-qualified email_message string.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceClient.email_message_path
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.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.support_v2beta.services.feed_service.FeedServiceClient.from_service_account_file
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.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.support_v2beta.services.feed_service.FeedServiceClient.from_service_account_info
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.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.support_v2beta.services.feed_service.FeedServiceClient.from_service_account_json
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.parse_attachment_path
parse_attachment_path(path: str) -> typing.Dict[str, str]
Parses a attachment path into its component segments.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceClient.parse_attachment_path
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.parse_case_path
parse_case_path(path: str) -> typing.Dict[str, str]
Parses a case path into its component segments.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceClient.parse_case_path
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.parse_comment_path
parse_comment_path(path: str) -> typing.Dict[str, str]
Parses a comment path into its component segments.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceClient.parse_comment_path
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.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.support_v2beta.services.feed_service.FeedServiceClient.parse_common_folder_path
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.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.support_v2beta.services.feed_service.FeedServiceClient.parse_common_location_path
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.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.support_v2beta.services.feed_service.FeedServiceClient.parse_common_organization_path
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.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.support_v2beta.services.feed_service.FeedServiceClient.parse_common_project_path
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.parse_email_message_path
parse_email_message_path(path: str) -> typing.Dict[str, str]
Parses a email_message path into its component segments.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceClient.parse_email_message_path
google.cloud.support_v2beta.services.feed_service.FeedServiceClient.show_feed
show_feed(
request: typing.Optional[
typing.Union[
google.cloud.support_v2beta.types.feed_service.ShowFeedRequest, 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.support_v2beta.services.feed_service.pagers.ShowFeedPager
Show items in the feed of this case, including case emails, attachments, and comments.
See more: google.cloud.support_v2beta.services.feed_service.FeedServiceClient.show_feed
google.cloud.support_v2beta.services.feed_service.pagers.ShowFeedAsyncPager
ShowFeedAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.support_v2beta.types.feed_service.ShowFeedResponse
],
],
request: google.cloud.support_v2beta.types.feed_service.ShowFeedRequest,
response: google.cloud.support_v2beta.types.feed_service.ShowFeedResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiates the pager.
See more: google.cloud.support_v2beta.services.feed_service.pagers.ShowFeedAsyncPager
google.cloud.support_v2beta.services.feed_service.pagers.ShowFeedPager
ShowFeedPager(
method: typing.Callable[
[...], google.cloud.support_v2beta.types.feed_service.ShowFeedResponse
],
request: google.cloud.support_v2beta.types.feed_service.ShowFeedRequest,
response: google.cloud.support_v2beta.types.feed_service.ShowFeedResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiate the pager.
See more: google.cloud.support_v2beta.services.feed_service.pagers.ShowFeedPager