Class CaseServiceGrpc.CaseServiceBlockingStub (0.29.0)

public static final class CaseServiceGrpc.CaseServiceBlockingStub extends AbstractBlockingStub<CaseServiceGrpc.CaseServiceBlockingStub>

A stub to allow clients to do synchronous rpc calls to service CaseService.

A service to manage Google Cloud support cases.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > CaseServiceGrpc.CaseServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected CaseServiceGrpc.CaseServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
CaseServiceGrpc.CaseServiceBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

closeCase(CloseCaseRequest request)

public Case closeCase(CloseCaseRequest request)

Close the specified case.

Parameter
Name Description
request CloseCaseRequest
Returns
Type Description
Case

createCase(CreateCaseRequest request)

public Case createCase(CreateCaseRequest request)

Create a new case and associate it with the given Google Cloud Resource. The case object must have the following fields set: display_name, description, classification, and priority.

Parameter
Name Description
request CreateCaseRequest
Returns
Type Description
Case

escalateCase(EscalateCaseRequest request)

public Case escalateCase(EscalateCaseRequest request)

Escalate a case. Escalating a case will initiate the Google Cloud Support escalation management process. This operation is only available to certain Customer Care tiers. Go to https://cloud.google.com/support and look for 'Technical support escalations' in the feature list to find out which tiers are able to perform escalations.

Parameter
Name Description
request EscalateCaseRequest
Returns
Type Description
Case

getCase(GetCaseRequest request)

public Case getCase(GetCaseRequest request)

Retrieve the specified case.

Parameter
Name Description
request GetCaseRequest
Returns
Type Description
Case

listCases(ListCasesRequest request)

public ListCasesResponse listCases(ListCasesRequest request)

Retrieve all cases under the specified parent. Note: Listing cases under an Organization returns only the cases directly parented by that organization. To retrieve all cases under an organization, including cases parented by projects under that organization, use cases.search.

Parameter
Name Description
request ListCasesRequest
Returns
Type Description
ListCasesResponse

searchCaseClassifications(SearchCaseClassificationsRequest request)

public SearchCaseClassificationsResponse searchCaseClassifications(SearchCaseClassificationsRequest request)

Retrieve valid classifications to be used when creating a support case. The classications are hierarchical, with each classification containing all levels of the hierarchy, separated by " > ". For example "Technical Issue > Compute > Compute Engine".

Parameter
Name Description
request SearchCaseClassificationsRequest
Returns
Type Description
SearchCaseClassificationsResponse

searchCases(SearchCasesRequest request)

public SearchCasesResponse searchCases(SearchCasesRequest request)

Search cases using the specified query.

Parameter
Name Description
request SearchCasesRequest
Returns
Type Description
SearchCasesResponse

updateCase(UpdateCaseRequest request)

public Case updateCase(UpdateCaseRequest request)

Update the specified case. Only a subset of fields can be updated.

Parameter
Name Description
request UpdateCaseRequest
Returns
Type Description
Case