| 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 |
|---|---|
Annotation |
IncidentServiceClient.createAnnotation(CreateAnnotationRequest request)
Creates an annotation on an existing incident.
|
Annotation |
IncidentServiceClient.createAnnotation(IncidentName parent,
Annotation annotation)
Creates an annotation on an existing incident.
|
Annotation |
IncidentServiceClient.createAnnotation(String parent,
Annotation annotation)
Creates an annotation on an existing incident.
|
| 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(IncidentName parent,
Annotation annotation)
Creates an annotation on an existing incident.
|
Annotation |
IncidentServiceClient.createAnnotation(String parent,
Annotation annotation)
Creates an annotation on an existing incident.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<IncidentServiceClient.ListAnnotationsPagedResponse> |
IncidentServiceClient.ListAnnotationsPagedResponse.createAsync(PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation> context,
com.google.api.core.ApiFuture<ListAnnotationsResponse> futureResponse) |
protected IncidentServiceClient.ListAnnotationsPage |
IncidentServiceClient.ListAnnotationsPage.createPage(PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation> context,
ListAnnotationsResponse response) |
com.google.api.core.ApiFuture<IncidentServiceClient.ListAnnotationsPage> |
IncidentServiceClient.ListAnnotationsPage.createPageAsync(PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation> context,
com.google.api.core.ApiFuture<ListAnnotationsResponse> futureResponse) |
| 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 |
|---|---|
Annotation |
Annotation.Builder.build() |
Annotation |
Annotation.Builder.buildPartial() |
Annotation |
IncidentServiceGrpc.IncidentServiceBlockingStub.createAnnotation(CreateAnnotationRequest request)
Creates an annotation on an existing incident.
|
Annotation |
CreateAnnotationRequest.getAnnotation()
Required.
|
Annotation |
CreateAnnotationRequest.Builder.getAnnotation()
Required.
|
Annotation |
CreateAnnotationRequestOrBuilder.getAnnotation()
Required.
|
Annotation |
ListAnnotationsResponseOrBuilder.getAnnotations(int index)
List of annotations.
|
Annotation |
ListAnnotationsResponse.getAnnotations(int index)
List of annotations.
|
Annotation |
ListAnnotationsResponse.Builder.getAnnotations(int index)
List of annotations.
|
static Annotation |
Annotation.getDefaultInstance() |
Annotation |
Annotation.getDefaultInstanceForType() |
Annotation |
Annotation.Builder.getDefaultInstanceForType() |
static Annotation |
Annotation.parseDelimitedFrom(InputStream input) |
static Annotation |
Annotation.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Annotation |
Annotation.parseFrom(byte[] data) |
static Annotation |
Annotation.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Annotation |
Annotation.parseFrom(ByteBuffer data) |
static Annotation |
Annotation.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Annotation |
Annotation.parseFrom(ByteString data) |
static Annotation |
Annotation.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Annotation |
Annotation.parseFrom(CodedInputStream input) |
static Annotation |
Annotation.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Annotation |
Annotation.parseFrom(InputStream input) |
static Annotation |
Annotation.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Annotation> |
IncidentServiceGrpc.IncidentServiceFutureStub.createAnnotation(CreateAnnotationRequest request)
Creates an annotation on an existing incident.
|
List<Annotation> |
ListAnnotationsResponseOrBuilder.getAnnotationsList()
List of annotations.
|
List<Annotation> |
ListAnnotationsResponse.getAnnotationsList()
List of annotations.
|
List<Annotation> |
ListAnnotationsResponse.Builder.getAnnotationsList()
List of annotations.
|
static MethodDescriptor<CreateAnnotationRequest,Annotation> |
IncidentServiceGrpc.getCreateAnnotationMethod() |
Parser<Annotation> |
Annotation.getParserForType() |
static Parser<Annotation> |
Annotation.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListAnnotationsResponse.Builder |
ListAnnotationsResponse.Builder.addAnnotations(Annotation value)
List of annotations.
|
ListAnnotationsResponse.Builder |
ListAnnotationsResponse.Builder.addAnnotations(int index,
Annotation value)
List of annotations.
|
CreateAnnotationRequest.Builder |
CreateAnnotationRequest.Builder.mergeAnnotation(Annotation value)
Required.
|
Annotation.Builder |
Annotation.Builder.mergeFrom(Annotation other) |
static Annotation.Builder |
Annotation.newBuilder(Annotation prototype) |
CreateAnnotationRequest.Builder |
CreateAnnotationRequest.Builder.setAnnotation(Annotation value)
Required.
|
ListAnnotationsResponse.Builder |
ListAnnotationsResponse.Builder.setAnnotations(int index,
Annotation value)
List of annotations.
|
| Modifier and Type | Method and Description |
|---|---|
ListAnnotationsResponse.Builder |
ListAnnotationsResponse.Builder.addAllAnnotations(Iterable<? extends Annotation> values)
List of annotations.
|
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.
|
Copyright © 2020 Google LLC. All rights reserved.