public final class UpdateUptimeCheckConfigRequest extends GeneratedMessageV3 implements UpdateUptimeCheckConfigRequestOrBuilder
The protocol for the UpdateUptimeCheckConfig
request.
Protobuf type google.monitoring.v3.UpdateUptimeCheckConfigRequest
Static Fields
UPDATE_MASK_FIELD_NUMBER
public static final int UPDATE_MASK_FIELD_NUMBER
Field Value
UPTIME_CHECK_CONFIG_FIELD_NUMBER
public static final int UPTIME_CHECK_CONFIG_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static UpdateUptimeCheckConfigRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static UpdateUptimeCheckConfigRequest.Builder newBuilder()
Returns
newBuilder(UpdateUptimeCheckConfigRequest prototype)
public static UpdateUptimeCheckConfigRequest.Builder newBuilder(UpdateUptimeCheckConfigRequest prototype)
Parameter
Returns
public static UpdateUptimeCheckConfigRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateUptimeCheckConfigRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static UpdateUptimeCheckConfigRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateUptimeCheckConfigRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static UpdateUptimeCheckConfigRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateUptimeCheckConfigRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateUptimeCheckConfigRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static UpdateUptimeCheckConfigRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateUptimeCheckConfigRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateUptimeCheckConfigRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static UpdateUptimeCheckConfigRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdateUptimeCheckConfigRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<UpdateUptimeCheckConfigRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public UpdateUptimeCheckConfigRequest getDefaultInstanceForType()
Returns
getParserForType()
public Parser<UpdateUptimeCheckConfigRequest> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUpdateMask()
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;
Returns
getUpdateMaskOrBuilder()
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;
Returns
getUptimeCheckConfig()
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.
The following fields can be updated: display_name
,
http_check
, tcp_check
, timeout
, content_matchers
, and
selected_regions
.
.google.monitoring.v3.UptimeCheckConfig uptime_check_config = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
getUptimeCheckConfigOrBuilder()
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.
The following fields can be updated: display_name
,
http_check
, tcp_check
, timeout
, content_matchers
, and
selected_regions
.
.google.monitoring.v3.UptimeCheckConfig uptime_check_config = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
hasUpdateMask()
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;
Returns
Type | Description |
boolean | Whether the updateMask field is set.
|
hasUptimeCheckConfig()
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.
The following fields can be updated: display_name
,
http_check
, tcp_check
, timeout
, content_matchers
, and
selected_regions
.
.google.monitoring.v3.UptimeCheckConfig uptime_check_config = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the uptimeCheckConfig field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public UpdateUptimeCheckConfigRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpdateUptimeCheckConfigRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public UpdateUptimeCheckConfigRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions