Class BatchCreateOccurrencesRequest.Builder (2.9.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

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
TypeDescription
BatchCreateOccurrencesRequest.Builder

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
TypeDescription
BatchCreateOccurrencesRequest.Builder

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
TypeDescription
BatchCreateOccurrencesRequest.Builder

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
TypeDescription
BatchCreateOccurrencesRequest.Builder

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
TypeDescription
BatchCreateOccurrencesRequest.Builder

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
TypeDescription
BatchCreateOccurrencesRequest.Builder
Overrides

build()

public BatchCreateOccurrencesRequest build()
Returns
TypeDescription
BatchCreateOccurrencesRequest

buildPartial()

public BatchCreateOccurrencesRequest buildPartial()
Returns
TypeDescription
BatchCreateOccurrencesRequest

clear()

public BatchCreateOccurrencesRequest.Builder clear()
Returns
TypeDescription
BatchCreateOccurrencesRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public BatchCreateOccurrencesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
BatchCreateOccurrencesRequest.Builder
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
TypeDescription
BatchCreateOccurrencesRequest.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public BatchCreateOccurrencesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
BatchCreateOccurrencesRequest.Builder
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
TypeDescription
BatchCreateOccurrencesRequest.Builder
Overrides

getDefaultInstanceForType()

public BatchCreateOccurrencesRequest getDefaultInstanceForType()
Returns
TypeDescription
BatchCreateOccurrencesRequest

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
TypeDescription
BatchCreateOccurrencesRequest.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

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

mergeFrom(BatchCreateOccurrencesRequest other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BatchCreateOccurrencesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
BatchCreateOccurrencesRequest.Builder
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
TypeDescription
BatchCreateOccurrencesRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

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
TypeDescription
BatchCreateOccurrencesRequest.Builder

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
TypeDescription
BatchCreateOccurrencesRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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