public static final class BatchCreateOccurrencesRequest.Builder extends GeneratedMessageV3.Builder<BatchCreateOccurrencesRequest.Builder> implements BatchCreateOccurrencesRequestOrBuilder
Request to create occurrences in batch.Protobuf type
grafeas.v1.BatchCreateOccurrencesRequest
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<BatchCreateOccurrencesRequest.Builder>
public BatchCreateOccurrencesRequest.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<BatchCreateOccurrencesRequest.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<BatchCreateOccurrencesRequest.Builder>
public BatchCreateOccurrencesRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public BatchCreateOccurrencesRequest build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public BatchCreateOccurrencesRequest buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public BatchCreateOccurrencesRequest.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<BatchCreateOccurrencesRequest.Builder>
public BatchCreateOccurrencesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<BatchCreateOccurrencesRequest.Builder>
public BatchCreateOccurrencesRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<BatchCreateOccurrencesRequest.Builder>
public BatchCreateOccurrencesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<BatchCreateOccurrencesRequest.Builder>
public BatchCreateOccurrencesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<BatchCreateOccurrencesRequest.Builder>
public BatchCreateOccurrencesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<BatchCreateOccurrencesRequest.Builder>
public BatchCreateOccurrencesRequest.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<BatchCreateOccurrencesRequest.Builder>
public BatchCreateOccurrencesRequest.Builder mergeFrom(BatchCreateOccurrencesRequest other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<BatchCreateOccurrencesRequest.Builder>
public BatchCreateOccurrencesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<BatchCreateOccurrencesRequest.Builder>
IOException
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;
getParent
in interface BatchCreateOccurrencesRequestOrBuilder
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;
getParentBytes
in interface BatchCreateOccurrencesRequestOrBuilder
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;
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;
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;
public List<Occurrence> getOccurrencesList()
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
getOccurrencesList
in interface BatchCreateOccurrencesRequestOrBuilder
public int getOccurrencesCount()
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
getOccurrencesCount
in interface BatchCreateOccurrencesRequestOrBuilder
public Occurrence getOccurrences(int index)
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
getOccurrences
in interface BatchCreateOccurrencesRequestOrBuilder
public BatchCreateOccurrencesRequest.Builder setOccurrences(int index, Occurrence value)
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
public BatchCreateOccurrencesRequest.Builder setOccurrences(int index, Occurrence.Builder builderForValue)
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
public BatchCreateOccurrencesRequest.Builder addOccurrences(Occurrence value)
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
public BatchCreateOccurrencesRequest.Builder addOccurrences(int index, Occurrence value)
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
public BatchCreateOccurrencesRequest.Builder addOccurrences(Occurrence.Builder builderForValue)
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
public BatchCreateOccurrencesRequest.Builder addOccurrences(int index, Occurrence.Builder builderForValue)
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
public BatchCreateOccurrencesRequest.Builder addAllOccurrences(Iterable<? extends Occurrence> values)
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
public BatchCreateOccurrencesRequest.Builder clearOccurrences()
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
public BatchCreateOccurrencesRequest.Builder removeOccurrences(int index)
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
public Occurrence.Builder getOccurrencesBuilder(int index)
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
public OccurrenceOrBuilder getOccurrencesOrBuilder(int index)
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
getOccurrencesOrBuilder
in interface BatchCreateOccurrencesRequestOrBuilder
public List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
getOccurrencesOrBuilderList
in interface BatchCreateOccurrencesRequestOrBuilder
public Occurrence.Builder addOccurrencesBuilder()
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
public Occurrence.Builder addOccurrencesBuilder(int index)
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
public List<Occurrence.Builder> getOccurrencesBuilderList()
The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2;
public final BatchCreateOccurrencesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<BatchCreateOccurrencesRequest.Builder>
public final BatchCreateOccurrencesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<BatchCreateOccurrencesRequest.Builder>
Copyright © 2019 Google LLC. All rights reserved.