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)
Overridesbuild()
public UpdateReportingDataAnnotationRequest build()
buildPartial()
public UpdateReportingDataAnnotationRequest buildPartial()
clear()
public UpdateReportingDataAnnotationRequest.Builder clear()
OverridesclearField(Descriptors.FieldDescriptor field)
public UpdateReportingDataAnnotationRequest.Builder clearField(Descriptors.FieldDescriptor field)
OverridesclearOneof(Descriptors.OneofDescriptor oneof)
public UpdateReportingDataAnnotationRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
OverridesclearReportingDataAnnotation()
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()
OverridesgetDefaultInstanceForType()
public UpdateReportingDataAnnotationRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
OverridesgetReportingDataAnnotation()
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()
OverridesisInitialized()
public final boolean isInitialized()
OverridesmergeFrom(UpdateReportingDataAnnotationRequest other)
public UpdateReportingDataAnnotationRequest.Builder mergeFrom(UpdateReportingDataAnnotationRequest other)
public UpdateReportingDataAnnotationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
OverridesmergeFrom(Message other)
public UpdateReportingDataAnnotationRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
OverridesmergeReportingDataAnnotation(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)
OverridesmergeUpdateMask(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)
OverridessetRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateReportingDataAnnotationRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
OverridessetReportingDataAnnotation(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)
OverridessetUpdateMask(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
|