public interface UpdateOccurrenceRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
The name of the occurrence in the form of
`projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`.
|
ByteString |
getNameBytes()
The name of the occurrence in the form of
`projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`.
|
Occurrence |
getOccurrence()
The updated occurrence.
|
OccurrenceOrBuilder |
getOccurrenceOrBuilder()
The updated occurrence.
|
FieldMask |
getUpdateMask()
The fields to update.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The fields to update.
|
boolean |
hasOccurrence()
The updated occurrence.
|
boolean |
hasUpdateMask()
The fields to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
The name of the occurrence in the form of `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`.
string name = 1;
ByteString getNameBytes()
The name of the occurrence in the form of `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`.
string name = 1;
boolean hasOccurrence()
The updated occurrence.
.grafeas.v1.Occurrence occurrence = 2;
Occurrence getOccurrence()
The updated occurrence.
.grafeas.v1.Occurrence occurrence = 2;
OccurrenceOrBuilder getOccurrenceOrBuilder()
The updated occurrence.
.grafeas.v1.Occurrence occurrence = 2;
boolean hasUpdateMask()
The fields to update.
.google.protobuf.FieldMask update_mask = 3;
FieldMask getUpdateMask()
The fields to update.
.google.protobuf.FieldMask update_mask = 3;
FieldMaskOrBuilder getUpdateMaskOrBuilder()
The fields to update.
.google.protobuf.FieldMask update_mask = 3;
Copyright © 2019 Google LLC. All rights reserved.