public final class BatchCreateOccurrencesRequest extends GeneratedMessageV3 implements BatchCreateOccurrencesRequestOrBuilder
Request to create occurrences in batch.
Protobuf type grafeas.v1.BatchCreateOccurrencesRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
OCCURRENCES_FIELD_NUMBER
public static final int OCCURRENCES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static BatchCreateOccurrencesRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static BatchCreateOccurrencesRequest.Builder newBuilder()
newBuilder(BatchCreateOccurrencesRequest prototype)
public static BatchCreateOccurrencesRequest.Builder newBuilder(BatchCreateOccurrencesRequest prototype)
public static BatchCreateOccurrencesRequest parseDelimitedFrom(InputStream input)
public static BatchCreateOccurrencesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static BatchCreateOccurrencesRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateOccurrencesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static BatchCreateOccurrencesRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateOccurrencesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateOccurrencesRequest parseFrom(CodedInputStream input)
public static BatchCreateOccurrencesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchCreateOccurrencesRequest parseFrom(InputStream input)
public static BatchCreateOccurrencesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static BatchCreateOccurrencesRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateOccurrencesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<BatchCreateOccurrencesRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public BatchCreateOccurrencesRequest getDefaultInstanceForType()
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 |
Name |
Description |
index |
int
|
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 |
Type |
Description |
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];
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 |
Name |
Description |
index |
int
|
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 |
Type |
Description |
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 |
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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for parent.
|
getParserForType()
public Parser<BatchCreateOccurrencesRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public BatchCreateOccurrencesRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BatchCreateOccurrencesRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public BatchCreateOccurrencesRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides