Grafeas v1 API - Class BatchCreateOccurrencesRequest (3.2.0)

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

Reference documentation and code samples for the Grafeas v1 API class BatchCreateOccurrencesRequest.

Request to create occurrences in batch.

Inheritance

object > BatchCreateOccurrencesRequest

Namespace

GrafeasV1

Assembly

Grafeas.V1.dll

Constructors

BatchCreateOccurrencesRequest()

public BatchCreateOccurrencesRequest()

BatchCreateOccurrencesRequest(BatchCreateOccurrencesRequest)

public BatchCreateOccurrencesRequest(BatchCreateOccurrencesRequest other)
Parameter
Name Description
other BatchCreateOccurrencesRequest

Properties

Occurrences

public RepeatedField<Occurrence> Occurrences { get; }

The occurrences to create. Max allowed length is 1000.

Property Value
Type Description
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
Type Description
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
Type Description
ProjectName

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.