Send feedback
Class BatchCreateOccurrencesRequest.Builder (2.2.16)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.2.16 keyboard_arrow_down
public static final class BatchCreateOccurrencesRequest . Builder extends GeneratedMessageV3 . Builder<BatchCreateOccurrencesRequest . Builder > implements BatchCreateOccurrencesRequestOrBuilder
Request to create occurrences in batch.
Protobuf type grafeas.v1beta1.BatchCreateOccurrencesRequest
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
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]