public interface UpdateDataAccessLabelRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataAccessLabel()
public abstract DataAccessLabel getDataAccessLabel()
Required. The data access label to update.
The label's name
field is used to identify the label to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
.google.cloud.chronicle.v1.DataAccessLabel data_access_label = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DataAccessLabel |
The dataAccessLabel. |
getDataAccessLabelOrBuilder()
public abstract DataAccessLabelOrBuilder getDataAccessLabelOrBuilder()
Required. The data access label to update.
The label's name
field is used to identify the label to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
.google.cloud.chronicle.v1.DataAccessLabel data_access_label = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DataAccessLabelOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
The list of fields to update. If not included, all fields with a non-empty value will be overwritten. Currently, only the description and definition fields are supported for update; an update call that attempts to update any other fields will return INVALID_ARGUMENT.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to update. If not included, all fields with a non-empty value will be overwritten. Currently, only the description and definition fields are supported for update; an update call that attempts to update any other fields will return INVALID_ARGUMENT.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasDataAccessLabel()
public abstract boolean hasDataAccessLabel()
Required. The data access label to update.
The label's name
field is used to identify the label to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
.google.cloud.chronicle.v1.DataAccessLabel data_access_label = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the dataAccessLabel field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
The list of fields to update. If not included, all fields with a non-empty value will be overwritten. Currently, only the description and definition fields are supported for update; an update call that attempts to update any other fields will return INVALID_ARGUMENT.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |