public static final class UpdatePropertyRequest.Builder extends GeneratedMessageV3.Builder<UpdatePropertyRequest.Builder> implements UpdatePropertyRequestOrBuilder
Request message for UpdateProperty RPC.
Protobuf type google.analytics.admin.v1beta.UpdatePropertyRequest
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 UpdatePropertyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overridesbuild()
public UpdatePropertyRequest build()
buildPartial()
public UpdatePropertyRequest buildPartial()
clear()
public UpdatePropertyRequest.Builder clear()
OverridesclearField(Descriptors.FieldDescriptor field)
public UpdatePropertyRequest.Builder clearField(Descriptors.FieldDescriptor field)
OverridesclearOneof(Descriptors.OneofDescriptor oneof)
public UpdatePropertyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
OverridesclearProperty()
public UpdatePropertyRequest.Builder clearProperty()
Required. The property to update. The property's name
field is used to identify the property to be updated.
.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];
clearUpdateMask()
public UpdatePropertyRequest.Builder clearUpdateMask()
Required. The list of fields to be updated. Field names must be in snake case (e.g., "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) = REQUIRED];
clone()
public UpdatePropertyRequest.Builder clone()
OverridesgetDefaultInstanceForType()
public UpdatePropertyRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
OverridesgetProperty()
public Property getProperty()
Required. The property to update. The property's name
field is used to identify the property to be updated.
.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
Property | The property. |
getPropertyBuilder()
public Property.Builder getPropertyBuilder()
Required. The property to update. The property's name
field is used to identify the property to be updated.
.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];
getPropertyOrBuilder()
public PropertyOrBuilder getPropertyOrBuilder()
Required. The property to update. The property's name
field is used to identify the property to be updated.
.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];
getUpdateMask()
public FieldMask getUpdateMask()
Required. The list of fields to be updated. Field names must be in snake case (e.g., "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) = REQUIRED];
Returns |
---|
Type | Description |
FieldMask | The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()
Required. The list of fields to be updated. Field names must be in snake case (e.g., "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) = REQUIRED];
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The list of fields to be updated. Field names must be in snake case (e.g., "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) = REQUIRED];
hasProperty()
public boolean hasProperty()
Required. The property to update. The property's name
field is used to identify the property to be updated.
.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
boolean | Whether the property field is set. |
hasUpdateMask()
public boolean hasUpdateMask()
Required. The list of fields to be updated. Field names must be in snake case (e.g., "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) = REQUIRED];
Returns |
---|
Type | Description |
boolean | Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
OverridesisInitialized()
public final boolean isInitialized()
OverridesmergeFrom(UpdatePropertyRequest other)
public UpdatePropertyRequest.Builder mergeFrom(UpdatePropertyRequest other)
public UpdatePropertyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
OverridesmergeFrom(Message other)
public UpdatePropertyRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
OverridesmergeProperty(Property value)
public UpdatePropertyRequest.Builder mergeProperty(Property value)
Required. The property to update. The property's name
field is used to identify the property to be updated.
.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdatePropertyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
OverridesmergeUpdateMask(FieldMask value)
public UpdatePropertyRequest.Builder mergeUpdateMask(FieldMask value)
Required. The list of fields to be updated. Field names must be in snake case (e.g., "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) = REQUIRED];
setField(Descriptors.FieldDescriptor field, Object value)
public UpdatePropertyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
OverridessetProperty(Property value)
public UpdatePropertyRequest.Builder setProperty(Property value)
Required. The property to update. The property's name
field is used to identify the property to be updated.
.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];
setProperty(Property.Builder builderForValue)
public UpdatePropertyRequest.Builder setProperty(Property.Builder builderForValue)
Required. The property to update. The property's name
field is used to identify the property to be updated.
.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdatePropertyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
OverridessetUnknownFields(UnknownFieldSet unknownFields)
public final UpdatePropertyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
OverridessetUpdateMask(FieldMask value)
public UpdatePropertyRequest.Builder setUpdateMask(FieldMask value)
Required. The list of fields to be updated. Field names must be in snake case (e.g., "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) = REQUIRED];
setUpdateMask(FieldMask.Builder builderForValue)
public UpdatePropertyRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
Required. The list of fields to be updated. Field names must be in snake case (e.g., "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) = REQUIRED];
Parameter |
---|
Name | Description |
builderForValue | Builder
|