Interface SyntheticMonitorTargetOrBuilder (3.44.0)

public interface SyntheticMonitorTargetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCloudFunctionV2()

public abstract SyntheticMonitorTarget.CloudFunctionV2Target getCloudFunctionV2()

Target a Synthetic Monitor GCFv2 instance.

.google.monitoring.v3.SyntheticMonitorTarget.CloudFunctionV2Target cloud_function_v2 = 1;

Returns
Type Description
SyntheticMonitorTarget.CloudFunctionV2Target

The cloudFunctionV2.

getCloudFunctionV2OrBuilder()

public abstract SyntheticMonitorTarget.CloudFunctionV2TargetOrBuilder getCloudFunctionV2OrBuilder()

Target a Synthetic Monitor GCFv2 instance.

.google.monitoring.v3.SyntheticMonitorTarget.CloudFunctionV2Target cloud_function_v2 = 1;

Returns
Type Description
SyntheticMonitorTarget.CloudFunctionV2TargetOrBuilder

getTargetCase()

public abstract SyntheticMonitorTarget.TargetCase getTargetCase()
Returns
Type Description
SyntheticMonitorTarget.TargetCase

hasCloudFunctionV2()

public abstract boolean hasCloudFunctionV2()

Target a Synthetic Monitor GCFv2 instance.

.google.monitoring.v3.SyntheticMonitorTarget.CloudFunctionV2Target cloud_function_v2 = 1;

Returns
Type Description
boolean

Whether the cloudFunctionV2 field is set.