public interface UpdateReferenceListRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getReferenceList()
public abstract ReferenceList getReferenceList()
Required. The reference list to update.
The reference list's name
field is used to identify the reference list to
update.
Format:
projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}
.google.cloud.chronicle.v1.ReferenceList reference_list = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ReferenceList |
The referenceList. |
getReferenceListOrBuilder()
public abstract ReferenceListOrBuilder getReferenceListOrBuilder()
Required. The reference list to update.
The reference list's name
field is used to identify the reference list to
update.
Format:
projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}
.google.cloud.chronicle.v1.ReferenceList reference_list = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ReferenceListOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
The list of fields to update. When no field mask is supplied, all non-empty fields will be updated. A field mask of "*" will update all fields, whether empty or not.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to update. When no field mask is supplied, all non-empty fields will be updated. A field mask of "*" will update all fields, whether empty or not.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasReferenceList()
public abstract boolean hasReferenceList()
Required. The reference list to update.
The reference list's name
field is used to identify the reference list to
update.
Format:
projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}
.google.cloud.chronicle.v1.ReferenceList reference_list = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the referenceList field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
The list of fields to update. When no field mask is supplied, all non-empty fields will be updated. A field mask of "*" will update all fields, whether empty or not.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |