| 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<UpdateSignalRequest,Signal> |
IncidentServiceClient.updateSignalCallable()
Updates an existing signal (for example, to assign/unassign it to an incident).
|
UnaryCallSettings<UpdateSignalRequest,Signal> |
IncidentServiceSettings.updateSignalSettings()
Returns the object with the settings used for calls to updateSignal.
|
UnaryCallSettings.Builder<UpdateSignalRequest,Signal> |
IncidentServiceSettings.Builder.updateSignalSettings()
Returns the builder for the settings used for calls to updateSignal.
|
| Modifier and Type | Method and Description |
|---|---|
Signal |
IncidentServiceClient.updateSignal(UpdateSignalRequest request)
Updates an existing signal (for example, to assign/unassign it to an incident).
|
| Modifier and Type | Method and Description |
|---|---|
UnaryCallable<UpdateSignalRequest,Signal> |
IncidentServiceStub.updateSignalCallable() |
UnaryCallable<UpdateSignalRequest,Signal> |
GrpcIncidentServiceStub.updateSignalCallable() |
UnaryCallSettings<UpdateSignalRequest,Signal> |
IncidentServiceStubSettings.updateSignalSettings()
Returns the object with the settings used for calls to updateSignal.
|
UnaryCallSettings.Builder<UpdateSignalRequest,Signal> |
IncidentServiceStubSettings.Builder.updateSignalSettings()
Returns the builder for the settings used for calls to updateSignal.
|
| Modifier and Type | Method and Description |
|---|---|
Parser<UpdateSignalRequest> |
UpdateSignalRequest.getParserForType() |
static MethodDescriptor<UpdateSignalRequest,Signal> |
IncidentServiceGrpc.getUpdateSignalMethod() |
static Parser<UpdateSignalRequest> |
UpdateSignalRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
UpdateSignalRequest.Builder |
UpdateSignalRequest.Builder.mergeFrom(UpdateSignalRequest other) |
static UpdateSignalRequest.Builder |
UpdateSignalRequest.newBuilder(UpdateSignalRequest prototype) |
Signal |
IncidentServiceGrpc.IncidentServiceBlockingStub.updateSignal(UpdateSignalRequest request)
Updates an existing signal (for example, to assign/unassign it to an
incident).
|
com.google.common.util.concurrent.ListenableFuture<Signal> |
IncidentServiceGrpc.IncidentServiceFutureStub.updateSignal(UpdateSignalRequest request)
Updates an existing signal (for example, to assign/unassign it to an
incident).
|
void |
IncidentServiceGrpc.IncidentServiceImplBase.updateSignal(UpdateSignalRequest request,
StreamObserver<Signal> responseObserver)
Updates an existing signal (for example, to assign/unassign it to an
incident).
|
void |
IncidentServiceGrpc.IncidentServiceStub.updateSignal(UpdateSignalRequest request,
StreamObserver<Signal> responseObserver)
Updates an existing signal (for example, to assign/unassign it to an
incident).
|
Copyright © 2020 Google LLC. All rights reserved.