public interface UpdateSubpropertySyncConfigRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getSubpropertySyncConfig()
public abstract SubpropertySyncConfig getSubpropertySyncConfig()
Required. The SubpropertySyncConfig
to update.
.google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
SubpropertySyncConfig |
The subpropertySyncConfig. |
getSubpropertySyncConfigOrBuilder()
public abstract SubpropertySyncConfigOrBuilder getSubpropertySyncConfigOrBuilder()
Required. The SubpropertySyncConfig
to update.
.google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
SubpropertySyncConfigOrBuilder |
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 |
hasSubpropertySyncConfig()
public abstract boolean hasSubpropertySyncConfig()
Required. The SubpropertySyncConfig
to update.
.google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the subpropertySyncConfig 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. |