Package | Description |
---|---|
io.grafeas.v1 |
A client to Container Analysis API.
|
io.grafeas.v1.stub |
Modifier and Type | Field and Description |
---|---|
static MethodDescriptor<CreateOccurrenceRequest,Occurrence> |
GrafeasGrpc.METHOD_CREATE_OCCURRENCE
Deprecated.
|
static MethodDescriptor<GetOccurrenceRequest,Occurrence> |
GrafeasGrpc.METHOD_GET_OCCURRENCE
Deprecated.
|
static MethodDescriptor<UpdateOccurrenceRequest,Occurrence> |
GrafeasGrpc.METHOD_UPDATE_OCCURRENCE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Occurrence |
Occurrence.Builder.build() |
Occurrence |
Occurrence.Builder.buildPartial() |
Occurrence |
GrafeasGrpc.GrafeasBlockingStub.createOccurrence(CreateOccurrenceRequest request)
Creates a new occurrence.
|
Occurrence |
GrafeasClient.createOccurrence(CreateOccurrenceRequest request)
Creates a new occurrence.
|
Occurrence |
GrafeasClient.createOccurrence(ProjectName parent,
Occurrence occurrence)
Creates a new occurrence.
|
Occurrence |
GrafeasClient.createOccurrence(String parent,
Occurrence occurrence)
Creates a new occurrence.
|
static Occurrence |
Occurrence.getDefaultInstance() |
Occurrence |
Occurrence.getDefaultInstanceForType() |
Occurrence |
Occurrence.Builder.getDefaultInstanceForType() |
Occurrence |
CreateOccurrenceRequest.getOccurrence()
The occurrence to create.
|
Occurrence |
CreateOccurrenceRequest.Builder.getOccurrence()
The occurrence to create.
|
Occurrence |
CreateOccurrenceRequestOrBuilder.getOccurrence()
The occurrence to create.
|
Occurrence |
UpdateOccurrenceRequestOrBuilder.getOccurrence()
The updated occurrence.
|
Occurrence |
UpdateOccurrenceRequest.getOccurrence()
The updated occurrence.
|
Occurrence |
UpdateOccurrenceRequest.Builder.getOccurrence()
The updated occurrence.
|
Occurrence |
GrafeasGrpc.GrafeasBlockingStub.getOccurrence(GetOccurrenceRequest request)
Gets the specified occurrence.
|
Occurrence |
GrafeasClient.getOccurrence(GetOccurrenceRequest request)
Gets the specified occurrence.
|
Occurrence |
GrafeasClient.getOccurrence(OccurrenceName name)
Gets the specified occurrence.
|
Occurrence |
GrafeasClient.getOccurrence(String name)
Gets the specified occurrence.
|
Occurrence |
BatchCreateOccurrencesRequestOrBuilder.getOccurrences(int index)
The occurrences to create.
|
Occurrence |
ListNoteOccurrencesResponse.getOccurrences(int index)
The occurrences attached to the specified note.
|
Occurrence |
ListNoteOccurrencesResponse.Builder.getOccurrences(int index)
The occurrences attached to the specified note.
|
Occurrence |
ListOccurrencesResponse.getOccurrences(int index)
The occurrences requested.
|
Occurrence |
ListOccurrencesResponse.Builder.getOccurrences(int index)
The occurrences requested.
|
Occurrence |
BatchCreateOccurrencesRequest.getOccurrences(int index)
The occurrences to create.
|
Occurrence |
BatchCreateOccurrencesRequest.Builder.getOccurrences(int index)
The occurrences to create.
|
Occurrence |
BatchCreateOccurrencesResponseOrBuilder.getOccurrences(int index)
The occurrences that were created.
|
Occurrence |
ListOccurrencesResponseOrBuilder.getOccurrences(int index)
The occurrences requested.
|
Occurrence |
BatchCreateOccurrencesResponse.getOccurrences(int index)
The occurrences that were created.
|
Occurrence |
BatchCreateOccurrencesResponse.Builder.getOccurrences(int index)
The occurrences that were created.
|
Occurrence |
ListNoteOccurrencesResponseOrBuilder.getOccurrences(int index)
The occurrences attached to the specified note.
|
static Occurrence |
Occurrence.parseDelimitedFrom(InputStream input) |
static Occurrence |
Occurrence.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Occurrence |
Occurrence.parseFrom(byte[] data) |
static Occurrence |
Occurrence.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Occurrence |
Occurrence.parseFrom(ByteBuffer data) |
static Occurrence |
Occurrence.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Occurrence |
Occurrence.parseFrom(ByteString data) |
static Occurrence |
Occurrence.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Occurrence |
Occurrence.parseFrom(CodedInputStream input) |
static Occurrence |
Occurrence.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Occurrence |
Occurrence.parseFrom(InputStream input) |
static Occurrence |
Occurrence.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Occurrence |
GrafeasClient.updateOccurrence(OccurrenceName name,
Occurrence occurrence,
FieldMask updateMask)
Updates the specified occurrence.
|
Occurrence |
GrafeasClient.updateOccurrence(String name,
Occurrence occurrence,
FieldMask updateMask)
Updates the specified occurrence.
|
Occurrence |
GrafeasGrpc.GrafeasBlockingStub.updateOccurrence(UpdateOccurrenceRequest request)
Updates the specified occurrence.
|
Occurrence |
GrafeasClient.updateOccurrence(UpdateOccurrenceRequest request)
Updates the specified occurrence.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Occurrence> |
GrafeasGrpc.GrafeasFutureStub.createOccurrence(CreateOccurrenceRequest request)
Creates a new occurrence.
|
com.google.api.gax.rpc.UnaryCallable<CreateOccurrenceRequest,Occurrence> |
GrafeasClient.createOccurrenceCallable()
Creates a new occurrence.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateOccurrenceRequest,Occurrence> |
GrafeasSettings.createOccurrenceSettings()
Returns the object with the settings used for calls to createOccurrence.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateOccurrenceRequest,Occurrence> |
GrafeasSettings.Builder.createOccurrenceSettings()
Returns the builder for the settings used for calls to createOccurrence.
|
static MethodDescriptor<CreateOccurrenceRequest,Occurrence> |
GrafeasGrpc.getCreateOccurrenceMethod() |
static MethodDescriptor<GetOccurrenceRequest,Occurrence> |
GrafeasGrpc.getGetOccurrenceMethod() |
com.google.common.util.concurrent.ListenableFuture<Occurrence> |
GrafeasGrpc.GrafeasFutureStub.getOccurrence(GetOccurrenceRequest request)
Gets the specified occurrence.
|
com.google.api.gax.rpc.UnaryCallable<GetOccurrenceRequest,Occurrence> |
GrafeasClient.getOccurrenceCallable()
Gets the specified occurrence.
|
com.google.api.gax.rpc.UnaryCallSettings<GetOccurrenceRequest,Occurrence> |
GrafeasSettings.getOccurrenceSettings()
Returns the object with the settings used for calls to getOccurrence.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetOccurrenceRequest,Occurrence> |
GrafeasSettings.Builder.getOccurrenceSettings()
Returns the builder for the settings used for calls to getOccurrence.
|
List<Occurrence> |
BatchCreateOccurrencesRequestOrBuilder.getOccurrencesList()
The occurrences to create.
|
List<Occurrence> |
ListNoteOccurrencesResponse.getOccurrencesList()
The occurrences attached to the specified note.
|
List<Occurrence> |
ListNoteOccurrencesResponse.Builder.getOccurrencesList()
The occurrences attached to the specified note.
|
List<Occurrence> |
ListOccurrencesResponse.getOccurrencesList()
The occurrences requested.
|
List<Occurrence> |
ListOccurrencesResponse.Builder.getOccurrencesList()
The occurrences requested.
|
List<Occurrence> |
BatchCreateOccurrencesRequest.getOccurrencesList()
The occurrences to create.
|
List<Occurrence> |
BatchCreateOccurrencesRequest.Builder.getOccurrencesList()
The occurrences to create.
|
List<Occurrence> |
BatchCreateOccurrencesResponseOrBuilder.getOccurrencesList()
The occurrences that were created.
|
List<Occurrence> |
ListOccurrencesResponseOrBuilder.getOccurrencesList()
The occurrences requested.
|
List<Occurrence> |
BatchCreateOccurrencesResponse.getOccurrencesList()
The occurrences that were created.
|
List<Occurrence> |
BatchCreateOccurrencesResponse.Builder.getOccurrencesList()
The occurrences that were created.
|
List<Occurrence> |
ListNoteOccurrencesResponseOrBuilder.getOccurrencesList()
The occurrences attached to the specified note.
|
Parser<Occurrence> |
Occurrence.getParserForType() |
static MethodDescriptor<UpdateOccurrenceRequest,Occurrence> |
GrafeasGrpc.getUpdateOccurrenceMethod() |
static Parser<Occurrence> |
Occurrence.parser() |
com.google.common.util.concurrent.ListenableFuture<Occurrence> |
GrafeasGrpc.GrafeasFutureStub.updateOccurrence(UpdateOccurrenceRequest request)
Updates the specified occurrence.
|
com.google.api.gax.rpc.UnaryCallable<UpdateOccurrenceRequest,Occurrence> |
GrafeasClient.updateOccurrenceCallable()
Updates the specified occurrence.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateOccurrenceRequest,Occurrence> |
GrafeasSettings.updateOccurrenceSettings()
Returns the object with the settings used for calls to updateOccurrence.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateOccurrenceRequest,Occurrence> |
GrafeasSettings.Builder.updateOccurrenceSettings()
Returns the builder for the settings used for calls to updateOccurrence.
|
Modifier and Type | Method and Description |
---|---|
ListNoteOccurrencesResponse.Builder |
ListNoteOccurrencesResponse.Builder.addOccurrences(int index,
Occurrence value)
The occurrences attached to the specified note.
|
ListOccurrencesResponse.Builder |
ListOccurrencesResponse.Builder.addOccurrences(int index,
Occurrence value)
The occurrences requested.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.addOccurrences(int index,
Occurrence value)
The occurrences to create.
|
BatchCreateOccurrencesResponse.Builder |
BatchCreateOccurrencesResponse.Builder.addOccurrences(int index,
Occurrence value)
The occurrences that were created.
|
ListNoteOccurrencesResponse.Builder |
ListNoteOccurrencesResponse.Builder.addOccurrences(Occurrence value)
The occurrences attached to the specified note.
|
ListOccurrencesResponse.Builder |
ListOccurrencesResponse.Builder.addOccurrences(Occurrence value)
The occurrences requested.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.addOccurrences(Occurrence value)
The occurrences to create.
|
BatchCreateOccurrencesResponse.Builder |
BatchCreateOccurrencesResponse.Builder.addOccurrences(Occurrence value)
The occurrences that were created.
|
Occurrence |
GrafeasClient.createOccurrence(ProjectName parent,
Occurrence occurrence)
Creates a new occurrence.
|
Occurrence |
GrafeasClient.createOccurrence(String parent,
Occurrence occurrence)
Creates a new occurrence.
|
Occurrence.Builder |
Occurrence.Builder.mergeFrom(Occurrence other) |
CreateOccurrenceRequest.Builder |
CreateOccurrenceRequest.Builder.mergeOccurrence(Occurrence value)
The occurrence to create.
|
UpdateOccurrenceRequest.Builder |
UpdateOccurrenceRequest.Builder.mergeOccurrence(Occurrence value)
The updated occurrence.
|
static Occurrence.Builder |
Occurrence.newBuilder(Occurrence prototype) |
CreateOccurrenceRequest.Builder |
CreateOccurrenceRequest.Builder.setOccurrence(Occurrence value)
The occurrence to create.
|
UpdateOccurrenceRequest.Builder |
UpdateOccurrenceRequest.Builder.setOccurrence(Occurrence value)
The updated occurrence.
|
ListNoteOccurrencesResponse.Builder |
ListNoteOccurrencesResponse.Builder.setOccurrences(int index,
Occurrence value)
The occurrences attached to the specified note.
|
ListOccurrencesResponse.Builder |
ListOccurrencesResponse.Builder.setOccurrences(int index,
Occurrence value)
The occurrences requested.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.setOccurrences(int index,
Occurrence value)
The occurrences to create.
|
BatchCreateOccurrencesResponse.Builder |
BatchCreateOccurrencesResponse.Builder.setOccurrences(int index,
Occurrence value)
The occurrences that were created.
|
Occurrence |
GrafeasClient.updateOccurrence(OccurrenceName name,
Occurrence occurrence,
FieldMask updateMask)
Updates the specified occurrence.
|
Occurrence |
GrafeasClient.updateOccurrence(String name,
Occurrence occurrence,
FieldMask updateMask)
Updates the specified occurrence.
|
Modifier and Type | Method and Description |
---|---|
ListNoteOccurrencesResponse.Builder |
ListNoteOccurrencesResponse.Builder.addAllOccurrences(Iterable<? extends Occurrence> values)
The occurrences attached to the specified note.
|
ListOccurrencesResponse.Builder |
ListOccurrencesResponse.Builder.addAllOccurrences(Iterable<? extends Occurrence> values)
The occurrences requested.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.addAllOccurrences(Iterable<? extends Occurrence> values)
The occurrences to create.
|
BatchCreateOccurrencesResponse.Builder |
BatchCreateOccurrencesResponse.Builder.addAllOccurrences(Iterable<? extends Occurrence> values)
The occurrences that were created.
|
BatchCreateOccurrencesResponse |
GrafeasClient.batchCreateOccurrences(ProjectName parent,
List<Occurrence> occurrences)
Creates new occurrences in batch.
|
BatchCreateOccurrencesResponse |
GrafeasClient.batchCreateOccurrences(String parent,
List<Occurrence> occurrences)
Creates new occurrences in batch.
|
static com.google.api.core.ApiFuture<GrafeasClient.ListNoteOccurrencesPagedResponse> |
GrafeasClient.ListNoteOccurrencesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse,Occurrence> context,
com.google.api.core.ApiFuture<ListNoteOccurrencesResponse> futureResponse) |
static com.google.api.core.ApiFuture<GrafeasClient.ListOccurrencesPagedResponse> |
GrafeasClient.ListOccurrencesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListOccurrencesRequest,ListOccurrencesResponse,Occurrence> context,
com.google.api.core.ApiFuture<ListOccurrencesResponse> futureResponse) |
void |
GrafeasGrpc.GrafeasImplBase.createOccurrence(CreateOccurrenceRequest request,
StreamObserver<Occurrence> responseObserver)
Creates a new occurrence.
|
void |
GrafeasGrpc.GrafeasStub.createOccurrence(CreateOccurrenceRequest request,
StreamObserver<Occurrence> responseObserver)
Creates a new occurrence.
|
protected GrafeasClient.ListNoteOccurrencesPage |
GrafeasClient.ListNoteOccurrencesPage.createPage(com.google.api.gax.rpc.PageContext<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse,Occurrence> context,
ListNoteOccurrencesResponse response) |
protected GrafeasClient.ListOccurrencesPage |
GrafeasClient.ListOccurrencesPage.createPage(com.google.api.gax.rpc.PageContext<ListOccurrencesRequest,ListOccurrencesResponse,Occurrence> context,
ListOccurrencesResponse response) |
com.google.api.core.ApiFuture<GrafeasClient.ListNoteOccurrencesPage> |
GrafeasClient.ListNoteOccurrencesPage.createPageAsync(com.google.api.gax.rpc.PageContext<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse,Occurrence> context,
com.google.api.core.ApiFuture<ListNoteOccurrencesResponse> futureResponse) |
com.google.api.core.ApiFuture<GrafeasClient.ListOccurrencesPage> |
GrafeasClient.ListOccurrencesPage.createPageAsync(com.google.api.gax.rpc.PageContext<ListOccurrencesRequest,ListOccurrencesResponse,Occurrence> context,
com.google.api.core.ApiFuture<ListOccurrencesResponse> futureResponse) |
void |
GrafeasGrpc.GrafeasImplBase.getOccurrence(GetOccurrenceRequest request,
StreamObserver<Occurrence> responseObserver)
Gets the specified occurrence.
|
void |
GrafeasGrpc.GrafeasStub.getOccurrence(GetOccurrenceRequest request,
StreamObserver<Occurrence> responseObserver)
Gets the specified occurrence.
|
void |
GrafeasGrpc.GrafeasImplBase.updateOccurrence(UpdateOccurrenceRequest request,
StreamObserver<Occurrence> responseObserver)
Updates the specified occurrence.
|
void |
GrafeasGrpc.GrafeasStub.updateOccurrence(UpdateOccurrenceRequest request,
StreamObserver<Occurrence> responseObserver)
Updates the specified occurrence.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<CreateOccurrenceRequest,Occurrence> |
GrpcGrafeasStub.createOccurrenceCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateOccurrenceRequest,Occurrence> |
GrafeasStub.createOccurrenceCallable() |
com.google.api.gax.rpc.UnaryCallSettings<CreateOccurrenceRequest,Occurrence> |
GrafeasStubSettings.createOccurrenceSettings()
Returns the object with the settings used for calls to createOccurrence.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateOccurrenceRequest,Occurrence> |
GrafeasStubSettings.Builder.createOccurrenceSettings()
Returns the builder for the settings used for calls to createOccurrence.
|
com.google.api.gax.rpc.UnaryCallable<GetOccurrenceRequest,Occurrence> |
GrpcGrafeasStub.getOccurrenceCallable() |
com.google.api.gax.rpc.UnaryCallable<GetOccurrenceRequest,Occurrence> |
GrafeasStub.getOccurrenceCallable() |
com.google.api.gax.rpc.UnaryCallSettings<GetOccurrenceRequest,Occurrence> |
GrafeasStubSettings.getOccurrenceSettings()
Returns the object with the settings used for calls to getOccurrence.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetOccurrenceRequest,Occurrence> |
GrafeasStubSettings.Builder.getOccurrenceSettings()
Returns the builder for the settings used for calls to getOccurrence.
|
com.google.api.gax.rpc.UnaryCallable<UpdateOccurrenceRequest,Occurrence> |
GrpcGrafeasStub.updateOccurrenceCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateOccurrenceRequest,Occurrence> |
GrafeasStub.updateOccurrenceCallable() |
com.google.api.gax.rpc.UnaryCallSettings<UpdateOccurrenceRequest,Occurrence> |
GrafeasStubSettings.updateOccurrenceSettings()
Returns the object with the settings used for calls to updateOccurrence.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateOccurrenceRequest,Occurrence> |
GrafeasStubSettings.Builder.updateOccurrenceSettings()
Returns the builder for the settings used for calls to updateOccurrence.
|
Copyright © 2019 Google LLC. All rights reserved.