public interface UpdateOccurrenceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() The name of the occurrence in the form of
projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes() The name of the occurrence in the form of
projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
getOccurrence()
public abstract Occurrence getOccurrence()The updated occurrence.
.grafeas.v1beta1.Occurrence occurrence = 2;
| Type | Description |
| Occurrence | The occurrence. |
getOccurrenceOrBuilder()
public abstract OccurrenceOrBuilder getOccurrenceOrBuilder()The updated occurrence.
.grafeas.v1beta1.Occurrence occurrence = 2;
| Type | Description |
| OccurrenceOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()The fields to update.
.google.protobuf.FieldMask update_mask = 3;
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()The fields to update.
.google.protobuf.FieldMask update_mask = 3;
| Type | Description |
| FieldMaskOrBuilder |
hasOccurrence()
public abstract boolean hasOccurrence()The updated occurrence.
.grafeas.v1beta1.Occurrence occurrence = 2;
| Type | Description |
| boolean | Whether the occurrence field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()The fields to update.
.google.protobuf.FieldMask update_mask = 3;
| Type | Description |
| boolean | Whether the updateMask field is set. |