Package Methods (0.1.13)

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

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.case_path

case_path(organization:str,case:str)-> str

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)-> str

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.common_folder_path

common_folder_path(folder:str)-> str

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.common_location_path

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

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.common_organization_path

common_organization_path(organization:str)-> str

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.common_project_path

common_project_path(project:str)-> str

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.

See more: google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.from_service_account_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.

See more: google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.from_service_account_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.

See more: google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.from_service_account_json

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,)

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]

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)

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.parse_attachment_path

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

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.parse_case_path

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

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]

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.parse_common_folder_path

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

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.parse_common_location_path

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

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.parse_common_organization_path

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

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceAsyncClient.parse_common_project_path

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

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)

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.attachment_path

attachment_path(organization:str,case:str,attachment_id:str)-> str

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.case_path

case_path(organization:str,case:str)-> str

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.common_billing_account_path

common_billing_account_path(billing_account:str)-> str

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.common_folder_path

common_folder_path(folder:str)-> str

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.common_location_path

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

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.common_organization_path

common_organization_path(organization:str)-> str

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.common_project_path

common_project_path(project:str)-> str

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.

See more: google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.from_service_account_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.

See more: google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.from_service_account_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.

See more: google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.from_service_account_json

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,)

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)

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.parse_attachment_path

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

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.parse_case_path

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

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]

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.parse_common_folder_path

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

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.parse_common_location_path

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

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.parse_common_organization_path

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

google.cloud.support_v2.services.case_attachment_service.CaseAttachmentServiceClient.parse_common_project_path

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

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]]]=())

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]]]=())

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

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

google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)-> str

google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.common_folder_path

common_folder_path(folder:str)-> str

google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.common_location_path

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

google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.common_organization_path

common_organization_path(organization:str)-> str

google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.common_project_path

common_project_path(project:str)-> str

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 the given Google Cloud Resource.

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

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

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.

See more: google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.get_mtls_endpoint_and_cert_source

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]

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 the specified parent.

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]

google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.parse_common_folder_path

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

google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.parse_common_location_path

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

google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.parse_common_organization_path

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

google.cloud.support_v2.services.case_service.CaseServiceAsyncClient.parse_common_project_path

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

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 be used 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

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

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

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

google.cloud.support_v2.services.case_service.CaseServiceClient.common_billing_account_path

common_billing_account_path(billing_account:str)-> str

google.cloud.support_v2.services.case_service.CaseServiceClient.common_folder_path

common_folder_path(folder:str)-> str

google.cloud.support_v2.services.case_service.CaseServiceClient.common_location_path

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

google.cloud.support_v2.services.case_service.CaseServiceClient.common_organization_path

common_organization_path(organization:str)-> str

google.cloud.support_v2.services.case_service.CaseServiceClient.common_project_path

common_project_path(project:str)-> str

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 the given Google Cloud Resource.

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

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

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,)

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 the specified parent.

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]

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]

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 be used 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

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

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]]]=())

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]]]=())

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]]]=())

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]]]=())

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]]]=())

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]]]=())

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

google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.comment_path

comment_path(organization:str,case:str,comment:str)-> str

google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)-> str

google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.common_folder_path

common_folder_path(folder:str)-> str

google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.common_location_path

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

google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.common_organization_path

common_organization_path(organization:str)-> str

google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.common_project_path

common_project_path(project:str)-> str

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

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.

See more: google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.get_mtls_endpoint_and_cert_source

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]

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

Retrieve all Comments associated with the Case object.

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]

google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.parse_comment_path

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

google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.parse_common_folder_path

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

google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.parse_common_location_path

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

google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.parse_common_organization_path

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

google.cloud.support_v2.services.comment_service.CommentServiceAsyncClient.parse_common_project_path

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

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

google.cloud.support_v2.services.comment_service.CommentServiceClient.comment_path

comment_path(organization:str,case:str,comment:str)-> str

google.cloud.support_v2.services.comment_service.CommentServiceClient.common_billing_account_path

common_billing_account_path(billing_account:str)-> str

google.cloud.support_v2.services.comment_service.CommentServiceClient.common_folder_path

common_folder_path(folder:str)-> str

google.cloud.support_v2.services.comment_service.CommentServiceClient.common_location_path

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

google.cloud.support_v2.services.comment_service.CommentServiceClient.common_organization_path

common_organization_path(organization:str)-> str

google.cloud.support_v2.services.comment_service.CommentServiceClient.common_project_path

common_project_path(project:str)-> str

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

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,)

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

Retrieve all Comments associated with the Case object.

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]

google.cloud.support_v2.services.comment_service.CommentServiceClient.parse_common_folder_path

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

google.cloud.support_v2.services.comment_service.CommentServiceClient.parse_common_location_path

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

google.cloud.support_v2.services.comment_service.CommentServiceClient.parse_common_organization_path

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

google.cloud.support_v2.services.comment_service.CommentServiceClient.parse_common_project_path

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

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]]]=())

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]]]=())