| Package | Description |
|---|---|
| com.google.cloud.irm.v1alpha2 |
A client to Stackdriver Incident Response & Management API.
|
| com.google.cloud.irm.v1alpha2.stub | |
| com.google.irm.service.v1alpha2.api |
| Modifier and Type | Method and Description |
|---|---|
UnaryCallable<UpdateIncidentRequest,Incident> |
IncidentServiceClient.updateIncidentCallable()
Updates an existing incident.
|
UnaryCallSettings<UpdateIncidentRequest,Incident> |
IncidentServiceSettings.updateIncidentSettings()
Returns the object with the settings used for calls to updateIncident.
|
UnaryCallSettings.Builder<UpdateIncidentRequest,Incident> |
IncidentServiceSettings.Builder.updateIncidentSettings()
Returns the builder for the settings used for calls to updateIncident.
|
| Modifier and Type | Method and Description |
|---|---|
Incident |
IncidentServiceClient.updateIncident(UpdateIncidentRequest request)
Updates an existing incident.
|
| Modifier and Type | Method and Description |
|---|---|
UnaryCallable<UpdateIncidentRequest,Incident> |
IncidentServiceStub.updateIncidentCallable() |
UnaryCallable<UpdateIncidentRequest,Incident> |
GrpcIncidentServiceStub.updateIncidentCallable() |
UnaryCallSettings<UpdateIncidentRequest,Incident> |
IncidentServiceStubSettings.updateIncidentSettings()
Returns the object with the settings used for calls to updateIncident.
|
UnaryCallSettings.Builder<UpdateIncidentRequest,Incident> |
IncidentServiceStubSettings.Builder.updateIncidentSettings()
Returns the builder for the settings used for calls to updateIncident.
|
| Modifier and Type | Method and Description |
|---|---|
Parser<UpdateIncidentRequest> |
UpdateIncidentRequest.getParserForType() |
static MethodDescriptor<UpdateIncidentRequest,Incident> |
IncidentServiceGrpc.getUpdateIncidentMethod() |
static Parser<UpdateIncidentRequest> |
UpdateIncidentRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
UpdateIncidentRequest.Builder |
UpdateIncidentRequest.Builder.mergeFrom(UpdateIncidentRequest other) |
static UpdateIncidentRequest.Builder |
UpdateIncidentRequest.newBuilder(UpdateIncidentRequest prototype) |
Incident |
IncidentServiceGrpc.IncidentServiceBlockingStub.updateIncident(UpdateIncidentRequest request)
Updates an existing incident.
|
com.google.common.util.concurrent.ListenableFuture<Incident> |
IncidentServiceGrpc.IncidentServiceFutureStub.updateIncident(UpdateIncidentRequest request)
Updates an existing incident.
|
void |
IncidentServiceGrpc.IncidentServiceImplBase.updateIncident(UpdateIncidentRequest request,
StreamObserver<Incident> responseObserver)
Updates an existing incident.
|
void |
IncidentServiceGrpc.IncidentServiceStub.updateIncident(UpdateIncidentRequest request,
StreamObserver<Incident> responseObserver)
Updates an existing incident.
|
Copyright © 2020 Google LLC. All rights reserved.