public interface UpdateUptimeCheckConfigRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FieldMask |
getUpdateMask()
Optional.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Optional.
|
UptimeCheckConfig |
getUptimeCheckConfig()
Required.
|
UptimeCheckConfigOrBuilder |
getUptimeCheckConfigOrBuilder()
Required.
|
boolean |
hasUpdateMask()
Optional.
|
boolean |
hasUptimeCheckConfig()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
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;
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;
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;
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;