| 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<CreateArtifactRequest,Artifact> |
IncidentServiceClient.createArtifactCallable()
Creates a new artifact.
|
UnaryCallSettings<CreateArtifactRequest,Artifact> |
IncidentServiceSettings.createArtifactSettings()
Returns the object with the settings used for calls to createArtifact.
|
UnaryCallSettings.Builder<CreateArtifactRequest,Artifact> |
IncidentServiceSettings.Builder.createArtifactSettings()
Returns the builder for the settings used for calls to createArtifact.
|
| Modifier and Type | Method and Description |
|---|---|
Artifact |
IncidentServiceClient.createArtifact(CreateArtifactRequest request)
Creates a new artifact.
|
| Modifier and Type | Method and Description |
|---|---|
UnaryCallable<CreateArtifactRequest,Artifact> |
IncidentServiceStub.createArtifactCallable() |
UnaryCallable<CreateArtifactRequest,Artifact> |
GrpcIncidentServiceStub.createArtifactCallable() |
UnaryCallSettings<CreateArtifactRequest,Artifact> |
IncidentServiceStubSettings.createArtifactSettings()
Returns the object with the settings used for calls to createArtifact.
|
UnaryCallSettings.Builder<CreateArtifactRequest,Artifact> |
IncidentServiceStubSettings.Builder.createArtifactSettings()
Returns the builder for the settings used for calls to createArtifact.
|
| Modifier and Type | Method and Description |
|---|---|
static MethodDescriptor<CreateArtifactRequest,Artifact> |
IncidentServiceGrpc.getCreateArtifactMethod() |
Parser<CreateArtifactRequest> |
CreateArtifactRequest.getParserForType() |
static Parser<CreateArtifactRequest> |
CreateArtifactRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
Artifact |
IncidentServiceGrpc.IncidentServiceBlockingStub.createArtifact(CreateArtifactRequest request)
Creates a new artifact.
|
com.google.common.util.concurrent.ListenableFuture<Artifact> |
IncidentServiceGrpc.IncidentServiceFutureStub.createArtifact(CreateArtifactRequest request)
Creates a new artifact.
|
void |
IncidentServiceGrpc.IncidentServiceImplBase.createArtifact(CreateArtifactRequest request,
StreamObserver<Artifact> responseObserver)
Creates a new artifact.
|
void |
IncidentServiceGrpc.IncidentServiceStub.createArtifact(CreateArtifactRequest request,
StreamObserver<Artifact> responseObserver)
Creates a new artifact.
|
CreateArtifactRequest.Builder |
CreateArtifactRequest.Builder.mergeFrom(CreateArtifactRequest other) |
static CreateArtifactRequest.Builder |
CreateArtifactRequest.newBuilder(CreateArtifactRequest prototype) |
Copyright © 2020 Google LLC. All rights reserved.