public interface UpdateReportingDataAnnotationRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getReportingDataAnnotation()
public abstract ReportingDataAnnotation getReportingDataAnnotation()
Required. The Reporting Data Annotation to update.
.google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotation = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ReportingDataAnnotation |
The reportingDataAnnotation. |
getReportingDataAnnotationOrBuilder()
public abstract ReportingDataAnnotationOrBuilder getReportingDataAnnotationOrBuilder()
Required. The Reporting Data Annotation to update.
.google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotation = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ReportingDataAnnotationOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Optional. The list of fields to update. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. The list of fields to update. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasReportingDataAnnotation()
public abstract boolean hasReportingDataAnnotation()
Required. The Reporting Data Annotation to update.
.google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotation = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the reportingDataAnnotation field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Optional. The list of fields to update. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |