public interface CreateOccurrenceRequestOrBuilder extends 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.
|
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, hasOneof
isInitialized
String getParent()
The name of the project in the form of `projects/[PROJECT_ID]`, under which the occurrence is to be created.
string parent = 1;
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.v1.Occurrence occurrence = 2;
Occurrence getOccurrence()
The occurrence to create.
.grafeas.v1.Occurrence occurrence = 2;
OccurrenceOrBuilder getOccurrenceOrBuilder()
The occurrence to create.
.grafeas.v1.Occurrence occurrence = 2;
Copyright © 2019 Google LLC. All rights reserved.