Package | Description |
---|---|
io.grafeas.v1 |
A client to Container Analysis API.
|
Modifier and Type | Method and Description |
---|---|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.addAllOccurrences(Iterable<? extends Occurrence> values)
The occurrences to create.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.addOccurrences(int index,
Occurrence.Builder builderForValue)
The occurrences to create.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.addOccurrences(int index,
Occurrence value)
The occurrences to create.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.addOccurrences(Occurrence.Builder builderForValue)
The occurrences to create.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.addOccurrences(Occurrence value)
The occurrences to create.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.clear() |
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.clearField(Descriptors.FieldDescriptor field) |
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.clearOccurrences()
The occurrences to create.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.clearParent()
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the occurrences are to be created.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.clone() |
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.mergeFrom(BatchCreateOccurrencesRequest other) |
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.mergeFrom(Message other) |
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.newBuilder() |
static BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.newBuilder(BatchCreateOccurrencesRequest prototype) |
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.newBuilderForType() |
protected BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.removeOccurrences(int index)
The occurrences to create.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.setOccurrences(int index,
Occurrence.Builder builderForValue)
The occurrences to create.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.setOccurrences(int index,
Occurrence value)
The occurrences to create.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.setParent(String value)
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the occurrences are to be created.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.setParentBytes(ByteString value)
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the occurrences are to be created.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.