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()
Returns
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>
|
Returns
addOccurrences(int index, Occurrence value)
public BatchCreateOccurrencesRequest.Builder addOccurrences(int index, Occurrence value)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Parameters
Returns
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;
Parameters
Returns
addOccurrences(Occurrence value)
public BatchCreateOccurrencesRequest.Builder addOccurrences(Occurrence value)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Parameter
Returns
addOccurrences(Occurrence.Builder builderForValue)
public BatchCreateOccurrencesRequest.Builder addOccurrences(Occurrence.Builder builderForValue)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Parameter
Returns
addOccurrencesBuilder()
public Occurrence.Builder addOccurrencesBuilder()
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Returns
addOccurrencesBuilder(int index)
public Occurrence.Builder addOccurrencesBuilder(int index)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BatchCreateOccurrencesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public BatchCreateOccurrencesRequest build()
Returns
buildPartial()
public BatchCreateOccurrencesRequest buildPartial()
Returns
clear()
public BatchCreateOccurrencesRequest.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public BatchCreateOccurrencesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOccurrences()
public BatchCreateOccurrencesRequest.Builder clearOccurrences()
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public BatchCreateOccurrencesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
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;
Returns
clone()
public BatchCreateOccurrencesRequest.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public BatchCreateOccurrencesRequest getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getOccurrences(int index)
public Occurrence getOccurrences(int index)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Parameter
Returns
getOccurrencesBuilder(int index)
public Occurrence.Builder getOccurrencesBuilder(int index)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Parameter
Returns
getOccurrencesBuilderList()
public List<Occurrence.Builder> getOccurrencesBuilderList()
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Returns
getOccurrencesCount()
public int getOccurrencesCount()
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Returns
getOccurrencesList()
public List<Occurrence> getOccurrencesList()
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Returns
getOccurrencesOrBuilder(int index)
public OccurrenceOrBuilder getOccurrencesOrBuilder(int index)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Parameter
Returns
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
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
public BatchCreateOccurrencesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public BatchCreateOccurrencesRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeFrom(BatchCreateOccurrencesRequest other)
public BatchCreateOccurrencesRequest.Builder mergeFrom(BatchCreateOccurrencesRequest other)
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BatchCreateOccurrencesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
removeOccurrences(int index)
public BatchCreateOccurrencesRequest.Builder removeOccurrences(int index)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public BatchCreateOccurrencesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setOccurrences(int index, Occurrence value)
public BatchCreateOccurrencesRequest.Builder setOccurrences(int index, Occurrence value)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Parameters
Returns
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;
Parameters
Returns
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.
|
Returns
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.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BatchCreateOccurrencesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final BatchCreateOccurrencesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides