Class BatchCreateOccurrencesRequest.Builder (2.13.0)

public static final class BatchCreateOccurrencesRequest.Builder extends GeneratedMessageV3.Builder<BatchCreateOccurrencesRequest.Builder> implements BatchCreateOccurrencesRequestOrBuilder

Request to create occurrences in batch.

Protobuf type grafeas.v1.BatchCreateOccurrencesRequest

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
TypeDescription
Descriptor

Methods

addAllOccurrences(Iterable<? extends Occurrence> values)

public BatchCreateOccurrencesRequest.Builder addAllOccurrences(Iterable<? extends Occurrence> values)

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuesIterable<? extends io.grafeas.v1.Occurrence>
Returns

addOccurrences(int index, Occurrence value)

public BatchCreateOccurrencesRequest.Builder addOccurrences(int index, Occurrence value)

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint
valueOccurrence
Returns

addOccurrences(int index, Occurrence.Builder builderForValue)

public BatchCreateOccurrencesRequest.Builder addOccurrences(int index, Occurrence.Builder builderForValue)

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint
builderForValueOccurrence.Builder
Returns

addOccurrences(Occurrence value)

public BatchCreateOccurrencesRequest.Builder addOccurrences(Occurrence value)

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueOccurrence
Returns

addOccurrences(Occurrence.Builder builderForValue)

public BatchCreateOccurrencesRequest.Builder addOccurrences(Occurrence.Builder builderForValue)

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueOccurrence.Builder
Returns

addOccurrencesBuilder()

public Occurrence.Builder addOccurrencesBuilder()

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Occurrence.Builder

addOccurrencesBuilder(int index)

public Occurrence.Builder addOccurrencesBuilder(int index)

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
Occurrence.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BatchCreateOccurrencesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
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
NameDescription
fieldFieldDescriptor
Returns Overrides

clearOccurrences()

public BatchCreateOccurrencesRequest.Builder clearOccurrences()

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Returns

clearOneof(Descriptors.OneofDescriptor oneof)

public BatchCreateOccurrencesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
BatchCreateOccurrencesRequest.Builder

This builder for chaining.

clone()

public BatchCreateOccurrencesRequest.Builder clone()
Returns Overrides

getDefaultInstanceForType()

public BatchCreateOccurrencesRequest getDefaultInstanceForType()
Returns

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getOccurrences(int index)

public Occurrence getOccurrences(int index)

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
Occurrence

getOccurrencesBuilder(int index)

public Occurrence.Builder getOccurrencesBuilder(int index)

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
Occurrence.Builder

getOccurrencesBuilderList()

public List<Occurrence.Builder> getOccurrencesBuilderList()

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<Builder>

getOccurrencesCount()

public int getOccurrencesCount()

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

getOccurrencesList()

public List<Occurrence> getOccurrencesList()

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<Occurrence>

getOccurrencesOrBuilder(int index)

public OccurrenceOrBuilder getOccurrencesOrBuilder(int index)

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
OccurrenceOrBuilder

getOccurrencesOrBuilderList()

public List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<? extends io.grafeas.v1.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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BatchCreateOccurrencesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public BatchCreateOccurrencesRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns Overrides

mergeFrom(BatchCreateOccurrencesRequest other)

public BatchCreateOccurrencesRequest.Builder mergeFrom(BatchCreateOccurrencesRequest other)
Parameter
NameDescription
otherBatchCreateOccurrencesRequest
Returns

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BatchCreateOccurrencesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides

removeOccurrences(int index)

public BatchCreateOccurrencesRequest.Builder removeOccurrences(int index)

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns

setField(Descriptors.FieldDescriptor field, Object value)

public BatchCreateOccurrencesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

setOccurrences(int index, Occurrence value)

public BatchCreateOccurrencesRequest.Builder setOccurrences(int index, Occurrence value)

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint
valueOccurrence
Returns

setOccurrences(int index, Occurrence.Builder builderForValue)

public BatchCreateOccurrencesRequest.Builder setOccurrences(int index, Occurrence.Builder builderForValue)

The occurrences to create. Max allowed length is 1000.

repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint
builderForValueOccurrence.Builder
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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
BatchCreateOccurrencesRequest.Builder

This builder for chaining.

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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
BatchCreateOccurrencesRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public BatchCreateOccurrencesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final BatchCreateOccurrencesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides