BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.addAllOccurrences(Iterable<? extends Occurrence> values) |
The occurrences to create.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.addOccurrences(int index,
Occurrence value) |
The occurrences to create.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.addOccurrences(int index,
Occurrence.Builder builderForValue) |
The occurrences to create.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.addOccurrences(Occurrence value) |
The occurrences to create.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.addOccurrences(Occurrence.Builder builderForValue) |
The occurrences to create.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.clear() |
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.clearOccurrences() |
The occurrences to create.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.clearOneof(com.google.protobuf.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(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.mergeFrom(BatchCreateOccurrencesRequest other) |
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.newBuilder() |
|
static BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.newBuilder(BatchCreateOccurrencesRequest prototype) |
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.newBuilderForType() |
|
protected BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.removeOccurrences(int index) |
The occurrences to create.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.setOccurrences(int index,
Occurrence value) |
The occurrences to create.
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.setOccurrences(int index,
Occurrence.Builder builderForValue) |
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(com.google.protobuf.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(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
BatchCreateOccurrencesRequest.Builder |
BatchCreateOccurrencesRequest.toBuilder() |
|