public interface CreateOccurrenceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Occurrence |
getOccurrence()
The occurrence to create.
|
OccurrenceOrBuilder |
getOccurrenceOrBuilder()
The occurrence to create.
|
String |
getParent()
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the occurrence is to be created.
|
com.google.protobuf.ByteString |
getParentBytes()
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the occurrence is to be created.
|
boolean |
hasOccurrence()
The occurrence to create.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
The name of the project in the form of `projects/[PROJECT_ID]`, under which the occurrence is to be created.
string parent = 1;com.google.protobuf.ByteString getParentBytes()
The name of the project in the form of `projects/[PROJECT_ID]`, under which the occurrence is to be created.
string parent = 1;boolean hasOccurrence()
The occurrence to create.
.grafeas.v1beta1.Occurrence occurrence = 2;Occurrence getOccurrence()
The occurrence to create.
.grafeas.v1beta1.Occurrence occurrence = 2;OccurrenceOrBuilder getOccurrenceOrBuilder()
The occurrence to create.
.grafeas.v1beta1.Occurrence occurrence = 2;Copyright © 2019 Google LLC. All rights reserved.