public static final class UpdateUptimeCheckConfigRequest.Builder extends GeneratedMessageV3.Builder<UpdateUptimeCheckConfigRequest.Builder> implements UpdateUptimeCheckConfigRequestOrBuilder
The protocol for the `UpdateUptimeCheckConfig` request.Protobuf type
google.monitoring.v3.UpdateUptimeCheckConfigRequest
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<UpdateUptimeCheckConfigRequest.Builder>
public UpdateUptimeCheckConfigRequest.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<UpdateUptimeCheckConfigRequest.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<UpdateUptimeCheckConfigRequest.Builder>
public UpdateUptimeCheckConfigRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public UpdateUptimeCheckConfigRequest build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public UpdateUptimeCheckConfigRequest buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public UpdateUptimeCheckConfigRequest.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<UpdateUptimeCheckConfigRequest.Builder>
public UpdateUptimeCheckConfigRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<UpdateUptimeCheckConfigRequest.Builder>
public UpdateUptimeCheckConfigRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<UpdateUptimeCheckConfigRequest.Builder>
public UpdateUptimeCheckConfigRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<UpdateUptimeCheckConfigRequest.Builder>
public UpdateUptimeCheckConfigRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<UpdateUptimeCheckConfigRequest.Builder>
public UpdateUptimeCheckConfigRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<UpdateUptimeCheckConfigRequest.Builder>
public UpdateUptimeCheckConfigRequest.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<UpdateUptimeCheckConfigRequest.Builder>
public UpdateUptimeCheckConfigRequest.Builder mergeFrom(UpdateUptimeCheckConfigRequest other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<UpdateUptimeCheckConfigRequest.Builder>
public UpdateUptimeCheckConfigRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<UpdateUptimeCheckConfigRequest.Builder>
java.io.IOException
public boolean hasUpdateMask()
Optional. If present, only the listed fields in the current uptime check configuration are updated with values from the new configuration. If this field is empty, then the current configuration is completely replaced with the new configuration.
.google.protobuf.FieldMask update_mask = 2;
hasUpdateMask
in interface UpdateUptimeCheckConfigRequestOrBuilder
public FieldMask getUpdateMask()
Optional. If present, only the listed fields in the current uptime check configuration are updated with values from the new configuration. If this field is empty, then the current configuration is completely replaced with the new configuration.
.google.protobuf.FieldMask update_mask = 2;
getUpdateMask
in interface UpdateUptimeCheckConfigRequestOrBuilder
public UpdateUptimeCheckConfigRequest.Builder setUpdateMask(FieldMask value)
Optional. If present, only the listed fields in the current uptime check configuration are updated with values from the new configuration. If this field is empty, then the current configuration is completely replaced with the new configuration.
.google.protobuf.FieldMask update_mask = 2;
public UpdateUptimeCheckConfigRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
Optional. If present, only the listed fields in the current uptime check configuration are updated with values from the new configuration. If this field is empty, then the current configuration is completely replaced with the new configuration.
.google.protobuf.FieldMask update_mask = 2;
public UpdateUptimeCheckConfigRequest.Builder mergeUpdateMask(FieldMask value)
Optional. If present, only the listed fields in the current uptime check configuration are updated with values from the new configuration. If this field is empty, then the current configuration is completely replaced with the new configuration.
.google.protobuf.FieldMask update_mask = 2;
public UpdateUptimeCheckConfigRequest.Builder clearUpdateMask()
Optional. If present, only the listed fields in the current uptime check configuration are updated with values from the new configuration. If this field is empty, then the current configuration is completely replaced with the new configuration.
.google.protobuf.FieldMask update_mask = 2;
public FieldMask.Builder getUpdateMaskBuilder()
Optional. If present, only the listed fields in the current uptime check configuration are updated with values from the new configuration. If this field is empty, then the current configuration is completely replaced with the new configuration.
.google.protobuf.FieldMask update_mask = 2;
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. If present, only the listed fields in the current uptime check configuration are updated with values from the new configuration. If this field is empty, then the current configuration is completely replaced with the new configuration.
.google.protobuf.FieldMask update_mask = 2;
getUpdateMaskOrBuilder
in interface UpdateUptimeCheckConfigRequestOrBuilder
public boolean hasUptimeCheckConfig()
Required. If an `"updateMask"` has been specified, this field gives the values for the set of fields mentioned in the `"updateMask"`. If an `"updateMask"` has not been given, this uptime check configuration replaces the current configuration. If a field is mentioned in `"updateMask`" but the corresonding field is omitted in this partial uptime check configuration, it has the effect of deleting/clearing the field from the configuration on the server.
.google.monitoring.v3.UptimeCheckConfig uptime_check_config = 3;
hasUptimeCheckConfig
in interface UpdateUptimeCheckConfigRequestOrBuilder
public UptimeCheckConfig getUptimeCheckConfig()
Required. If an `"updateMask"` has been specified, this field gives the values for the set of fields mentioned in the `"updateMask"`. If an `"updateMask"` has not been given, this uptime check configuration replaces the current configuration. If a field is mentioned in `"updateMask`" but the corresonding field is omitted in this partial uptime check configuration, it has the effect of deleting/clearing the field from the configuration on the server.
.google.monitoring.v3.UptimeCheckConfig uptime_check_config = 3;
getUptimeCheckConfig
in interface UpdateUptimeCheckConfigRequestOrBuilder
public UpdateUptimeCheckConfigRequest.Builder setUptimeCheckConfig(UptimeCheckConfig value)
Required. If an `"updateMask"` has been specified, this field gives the values for the set of fields mentioned in the `"updateMask"`. If an `"updateMask"` has not been given, this uptime check configuration replaces the current configuration. If a field is mentioned in `"updateMask`" but the corresonding field is omitted in this partial uptime check configuration, it has the effect of deleting/clearing the field from the configuration on the server.
.google.monitoring.v3.UptimeCheckConfig uptime_check_config = 3;
public UpdateUptimeCheckConfigRequest.Builder setUptimeCheckConfig(UptimeCheckConfig.Builder builderForValue)
Required. If an `"updateMask"` has been specified, this field gives the values for the set of fields mentioned in the `"updateMask"`. If an `"updateMask"` has not been given, this uptime check configuration replaces the current configuration. If a field is mentioned in `"updateMask`" but the corresonding field is omitted in this partial uptime check configuration, it has the effect of deleting/clearing the field from the configuration on the server.
.google.monitoring.v3.UptimeCheckConfig uptime_check_config = 3;
public UpdateUptimeCheckConfigRequest.Builder mergeUptimeCheckConfig(UptimeCheckConfig value)
Required. If an `"updateMask"` has been specified, this field gives the values for the set of fields mentioned in the `"updateMask"`. If an `"updateMask"` has not been given, this uptime check configuration replaces the current configuration. If a field is mentioned in `"updateMask`" but the corresonding field is omitted in this partial uptime check configuration, it has the effect of deleting/clearing the field from the configuration on the server.
.google.monitoring.v3.UptimeCheckConfig uptime_check_config = 3;
public UpdateUptimeCheckConfigRequest.Builder clearUptimeCheckConfig()
Required. If an `"updateMask"` has been specified, this field gives the values for the set of fields mentioned in the `"updateMask"`. If an `"updateMask"` has not been given, this uptime check configuration replaces the current configuration. If a field is mentioned in `"updateMask`" but the corresonding field is omitted in this partial uptime check configuration, it has the effect of deleting/clearing the field from the configuration on the server.
.google.monitoring.v3.UptimeCheckConfig uptime_check_config = 3;
public UptimeCheckConfig.Builder getUptimeCheckConfigBuilder()
Required. If an `"updateMask"` has been specified, this field gives the values for the set of fields mentioned in the `"updateMask"`. If an `"updateMask"` has not been given, this uptime check configuration replaces the current configuration. If a field is mentioned in `"updateMask`" but the corresonding field is omitted in this partial uptime check configuration, it has the effect of deleting/clearing the field from the configuration on the server.
.google.monitoring.v3.UptimeCheckConfig uptime_check_config = 3;
public UptimeCheckConfigOrBuilder getUptimeCheckConfigOrBuilder()
Required. If an `"updateMask"` has been specified, this field gives the values for the set of fields mentioned in the `"updateMask"`. If an `"updateMask"` has not been given, this uptime check configuration replaces the current configuration. If a field is mentioned in `"updateMask`" but the corresonding field is omitted in this partial uptime check configuration, it has the effect of deleting/clearing the field from the configuration on the server.
.google.monitoring.v3.UptimeCheckConfig uptime_check_config = 3;
getUptimeCheckConfigOrBuilder
in interface UpdateUptimeCheckConfigRequestOrBuilder
public final UpdateUptimeCheckConfigRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<UpdateUptimeCheckConfigRequest.Builder>
public final UpdateUptimeCheckConfigRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<UpdateUptimeCheckConfigRequest.Builder>