public static final class UpdateReportingDataAnnotationRequest.Builder extends GeneratedMessageV3.Builder<UpdateReportingDataAnnotationRequest.Builder> implements UpdateReportingDataAnnotationRequestOrBuilder
Request message for UpdateReportingDataAnnotation RPC.
Protobuf type google.analytics.admin.v1alpha.UpdateReportingDataAnnotationRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateReportingDataAnnotationRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public UpdateReportingDataAnnotationRequest build()
buildPartial()
public UpdateReportingDataAnnotationRequest buildPartial()
clear()
public UpdateReportingDataAnnotationRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public UpdateReportingDataAnnotationRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateReportingDataAnnotationRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearReportingDataAnnotation()
public UpdateReportingDataAnnotationRequest.Builder clearReportingDataAnnotation()
Required. The Reporting Data Annotation to update.
.google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotation = 1 [(.google.api.field_behavior) = REQUIRED];
clearUpdateMask()
public UpdateReportingDataAnnotationRequest.Builder clearUpdateMask()
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];
clone()
public UpdateReportingDataAnnotationRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public UpdateReportingDataAnnotationRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getReportingDataAnnotation()
public ReportingDataAnnotation getReportingDataAnnotation()
Required. The Reporting Data Annotation to update.
.google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotation = 1 [(.google.api.field_behavior) = REQUIRED];
getReportingDataAnnotationBuilder()
public ReportingDataAnnotation.Builder getReportingDataAnnotationBuilder()
Required. The Reporting Data Annotation to update.
.google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotation = 1 [(.google.api.field_behavior) = REQUIRED];
getReportingDataAnnotationOrBuilder()
public ReportingDataAnnotationOrBuilder getReportingDataAnnotationOrBuilder()
Required. The Reporting Data Annotation to update.
.google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotation = 1 [(.google.api.field_behavior) = REQUIRED];
getUpdateMask()
public 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.
|
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()
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];
getUpdateMaskOrBuilder()
public 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];
hasReportingDataAnnotation()
public 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 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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(UpdateReportingDataAnnotationRequest other)
public UpdateReportingDataAnnotationRequest.Builder mergeFrom(UpdateReportingDataAnnotationRequest other)
public UpdateReportingDataAnnotationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public UpdateReportingDataAnnotationRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeReportingDataAnnotation(ReportingDataAnnotation value)
public UpdateReportingDataAnnotationRequest.Builder mergeReportingDataAnnotation(ReportingDataAnnotation value)
Required. The Reporting Data Annotation to update.
.google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotation = 1 [(.google.api.field_behavior) = REQUIRED];
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateReportingDataAnnotationRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
mergeUpdateMask(FieldMask value)
public UpdateReportingDataAnnotationRequest.Builder mergeUpdateMask(FieldMask value)
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];
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateReportingDataAnnotationRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateReportingDataAnnotationRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setReportingDataAnnotation(ReportingDataAnnotation value)
public UpdateReportingDataAnnotationRequest.Builder setReportingDataAnnotation(ReportingDataAnnotation value)
Required. The Reporting Data Annotation to update.
.google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotation = 1 [(.google.api.field_behavior) = REQUIRED];
setReportingDataAnnotation(ReportingDataAnnotation.Builder builderForValue)
public UpdateReportingDataAnnotationRequest.Builder setReportingDataAnnotation(ReportingDataAnnotation.Builder builderForValue)
Required. The Reporting Data Annotation to update.
.google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotation = 1 [(.google.api.field_behavior) = REQUIRED];
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateReportingDataAnnotationRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setUpdateMask(FieldMask value)
public UpdateReportingDataAnnotationRequest.Builder setUpdateMask(FieldMask value)
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];
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateReportingDataAnnotationRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
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];
Parameter |
Name |
Description |
builderForValue |
Builder
|