public sealed class BatchCreateOccurrencesResponse : IMessage<BatchCreateOccurrencesResponse>, IEquatable<BatchCreateOccurrencesResponse>, IDeepCloneable<BatchCreateOccurrencesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class BatchCreateOccurrencesResponse.
Response for creating occurrences in batch.
Implements
IMessageBatchCreateOccurrencesResponse, IEquatableBatchCreateOccurrencesResponse, IDeepCloneableBatchCreateOccurrencesResponse, IBufferMessage, IMessageNamespace
GrafeasV1Assembly
Grafeas.V1.dll
Constructors
BatchCreateOccurrencesResponse()
public BatchCreateOccurrencesResponse()
BatchCreateOccurrencesResponse(BatchCreateOccurrencesResponse)
public BatchCreateOccurrencesResponse(BatchCreateOccurrencesResponse other)
Parameter | |
---|---|
Name | Description |
other | BatchCreateOccurrencesResponse |
Properties
Occurrences
public RepeatedField<Occurrence> Occurrences { get; }
The occurrences that were created.
Property Value | |
---|---|
Type | Description |
RepeatedFieldOccurrence |