| 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<CreateAnnotationRequest,Annotation> |
IncidentServiceClient.createAnnotationCallable()
Creates an annotation on an existing incident.
|
UnaryCallSettings<CreateAnnotationRequest,Annotation> |
IncidentServiceSettings.createAnnotationSettings()
Returns the object with the settings used for calls to createAnnotation.
|
UnaryCallSettings.Builder<CreateAnnotationRequest,Annotation> |
IncidentServiceSettings.Builder.createAnnotationSettings()
Returns the builder for the settings used for calls to createAnnotation.
|
| Modifier and Type | Method and Description |
|---|---|
Annotation |
IncidentServiceClient.createAnnotation(CreateAnnotationRequest request)
Creates an annotation on an existing incident.
|
| Modifier and Type | Method and Description |
|---|---|
UnaryCallable<CreateAnnotationRequest,Annotation> |
IncidentServiceStub.createAnnotationCallable() |
UnaryCallable<CreateAnnotationRequest,Annotation> |
GrpcIncidentServiceStub.createAnnotationCallable() |
UnaryCallSettings<CreateAnnotationRequest,Annotation> |
IncidentServiceStubSettings.createAnnotationSettings()
Returns the object with the settings used for calls to createAnnotation.
|
UnaryCallSettings.Builder<CreateAnnotationRequest,Annotation> |
IncidentServiceStubSettings.Builder.createAnnotationSettings()
Returns the builder for the settings used for calls to createAnnotation.
|
| Modifier and Type | Method and Description |
|---|---|
static MethodDescriptor<CreateAnnotationRequest,Annotation> |
IncidentServiceGrpc.getCreateAnnotationMethod() |
Parser<CreateAnnotationRequest> |
CreateAnnotationRequest.getParserForType() |
static Parser<CreateAnnotationRequest> |
CreateAnnotationRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
IncidentServiceGrpc.IncidentServiceBlockingStub.createAnnotation(CreateAnnotationRequest request)
Creates an annotation on an existing incident.
|
com.google.common.util.concurrent.ListenableFuture<Annotation> |
IncidentServiceGrpc.IncidentServiceFutureStub.createAnnotation(CreateAnnotationRequest request)
Creates an annotation on an existing incident.
|
void |
IncidentServiceGrpc.IncidentServiceImplBase.createAnnotation(CreateAnnotationRequest request,
StreamObserver<Annotation> responseObserver)
Creates an annotation on an existing incident.
|
void |
IncidentServiceGrpc.IncidentServiceStub.createAnnotation(CreateAnnotationRequest request,
StreamObserver<Annotation> responseObserver)
Creates an annotation on an existing incident.
|
CreateAnnotationRequest.Builder |
CreateAnnotationRequest.Builder.mergeFrom(CreateAnnotationRequest other) |
static CreateAnnotationRequest.Builder |
CreateAnnotationRequest.newBuilder(CreateAnnotationRequest prototype) |
Copyright © 2020 Google LLC. All rights reserved.