public static final class BatchCreateOccurrencesRequest.Builder extends GeneratedMessageV3.Builder<BatchCreateOccurrencesRequest.Builder> implements BatchCreateOccurrencesRequestOrBuilder
Request to create occurrences in batch.
Protobuf type grafeas.v1beta1.BatchCreateOccurrencesRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllOccurrences(Iterable<? extends Occurrence> values)
public BatchCreateOccurrencesRequest.Builder addAllOccurrences(Iterable<? extends Occurrence> values)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Parameter |
---|
Name | Description |
values | Iterable<? extends io.grafeas.v1beta1.Occurrence>
|
addOccurrences(int index, Occurrence value)
public BatchCreateOccurrencesRequest.Builder addOccurrences(int index, Occurrence value)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
addOccurrences(int index, Occurrence.Builder builderForValue)
public BatchCreateOccurrencesRequest.Builder addOccurrences(int index, Occurrence.Builder builderForValue)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
addOccurrences(Occurrence value)
public BatchCreateOccurrencesRequest.Builder addOccurrences(Occurrence value)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
addOccurrences(Occurrence.Builder builderForValue)
public BatchCreateOccurrencesRequest.Builder addOccurrences(Occurrence.Builder builderForValue)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
addOccurrencesBuilder()
public Occurrence.Builder addOccurrencesBuilder()
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
addOccurrencesBuilder(int index)
public Occurrence.Builder addOccurrencesBuilder(int index)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BatchCreateOccurrencesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public BatchCreateOccurrencesRequest build()
buildPartial()
public BatchCreateOccurrencesRequest buildPartial()
clear()
public BatchCreateOccurrencesRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public BatchCreateOccurrencesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOccurrences()
public BatchCreateOccurrencesRequest.Builder clearOccurrences()
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public BatchCreateOccurrencesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearParent()
public BatchCreateOccurrencesRequest.Builder clearParent()
The name of the project in the form of projects/[PROJECT_ID]
, under which
the occurrences are to be created.
string parent = 1;
clone()
public BatchCreateOccurrencesRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public BatchCreateOccurrencesRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getOccurrences(int index)
public Occurrence getOccurrences(int index)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Parameter |
---|
Name | Description |
index | int
|
getOccurrencesBuilder(int index)
public Occurrence.Builder getOccurrencesBuilder(int index)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Parameter |
---|
Name | Description |
index | int
|
getOccurrencesBuilderList()
public List<Occurrence.Builder> getOccurrencesBuilderList()
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
getOccurrencesCount()
public int getOccurrencesCount()
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Returns |
---|
Type | Description |
int | |
getOccurrencesList()
public List<Occurrence> getOccurrencesList()
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
getOccurrencesOrBuilder(int index)
public OccurrenceOrBuilder getOccurrencesOrBuilder(int index)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Parameter |
---|
Name | Description |
index | int
|
getOccurrencesOrBuilderList()
public List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Returns |
---|
Type | Description |
List<? extends io.grafeas.v1beta1.OccurrenceOrBuilder> | |
getParent()
public String getParent()
The name of the project in the form of projects/[PROJECT_ID]
, under which
the occurrences are to be created.
string parent = 1;
Returns |
---|
Type | Description |
String | The parent.
|
getParentBytes()
public ByteString getParentBytes()
The name of the project in the form of projects/[PROJECT_ID]
, under which
the occurrences are to be created.
string parent = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for parent.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
public BatchCreateOccurrencesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public BatchCreateOccurrencesRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeFrom(BatchCreateOccurrencesRequest other)
public BatchCreateOccurrencesRequest.Builder mergeFrom(BatchCreateOccurrencesRequest other)
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BatchCreateOccurrencesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeOccurrences(int index)
public BatchCreateOccurrencesRequest.Builder removeOccurrences(int index)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Parameter |
---|
Name | Description |
index | int
|
setField(Descriptors.FieldDescriptor field, Object value)
public BatchCreateOccurrencesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setOccurrences(int index, Occurrence value)
public BatchCreateOccurrencesRequest.Builder setOccurrences(int index, Occurrence value)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
setOccurrences(int index, Occurrence.Builder builderForValue)
public BatchCreateOccurrencesRequest.Builder setOccurrences(int index, Occurrence.Builder builderForValue)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
setParent(String value)
public 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.
string parent = 1;
Parameter |
---|
Name | Description |
value | String
The parent to set.
|
setParentBytes(ByteString value)
public 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.
string parent = 1;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for parent to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BatchCreateOccurrencesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final BatchCreateOccurrencesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides