Class BatchCreateOccurrencesRequest (2.2.0)

public sealed class BatchCreateOccurrencesRequest : IMessage<BatchCreateOccurrencesRequest>, IEquatable<BatchCreateOccurrencesRequest>, IDeepCloneable<BatchCreateOccurrencesRequest>, IBufferMessage, IMessage

Request to create occurrences in batch.

Inheritance

Object > BatchCreateOccurrencesRequest

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

BatchCreateOccurrencesRequest()

public BatchCreateOccurrencesRequest()

BatchCreateOccurrencesRequest(BatchCreateOccurrencesRequest)

public BatchCreateOccurrencesRequest(BatchCreateOccurrencesRequest other)
Parameter
NameDescription
otherBatchCreateOccurrencesRequest

Properties

Occurrences

public RepeatedField<Occurrence> Occurrences { get; }

The occurrences to create. Max allowed length is 1000.

Property Value
TypeDescription
RepeatedField<Occurrence>

Parent

public string Parent { get; set; }

The name of the project in the form of projects/[PROJECT_ID], under which the occurrences are to be created.

Property Value
TypeDescription
String

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName