Class SyntheticMonitorTarget.CloudFunctionV2Target (3.44.0)

public static final class SyntheticMonitorTarget.CloudFunctionV2Target extends GeneratedMessageV3 implements SyntheticMonitorTarget.CloudFunctionV2TargetOrBuilder

A Synthetic Monitor deployed to a Cloud Functions V2 instance.

Protobuf type google.monitoring.v3.SyntheticMonitorTarget.CloudFunctionV2Target

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SyntheticMonitorTarget.CloudFunctionV2Target

Static Fields

CLOUD_RUN_REVISION_FIELD_NUMBER

public static final int CLOUD_RUN_REVISION_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SyntheticMonitorTarget.CloudFunctionV2Target getDefaultInstance()
Returns
Type Description
SyntheticMonitorTarget.CloudFunctionV2Target

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static SyntheticMonitorTarget.CloudFunctionV2Target.Builder newBuilder()
Returns
Type Description
SyntheticMonitorTarget.CloudFunctionV2Target.Builder

newBuilder(SyntheticMonitorTarget.CloudFunctionV2Target prototype)

public static SyntheticMonitorTarget.CloudFunctionV2Target.Builder newBuilder(SyntheticMonitorTarget.CloudFunctionV2Target prototype)
Parameter
Name Description
prototype SyntheticMonitorTarget.CloudFunctionV2Target
Returns
Type Description
SyntheticMonitorTarget.CloudFunctionV2Target.Builder

parseDelimitedFrom(InputStream input)

public static SyntheticMonitorTarget.CloudFunctionV2Target parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SyntheticMonitorTarget.CloudFunctionV2Target
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SyntheticMonitorTarget.CloudFunctionV2Target parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SyntheticMonitorTarget.CloudFunctionV2Target
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static SyntheticMonitorTarget.CloudFunctionV2Target parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
SyntheticMonitorTarget.CloudFunctionV2Target
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SyntheticMonitorTarget.CloudFunctionV2Target parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SyntheticMonitorTarget.CloudFunctionV2Target
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SyntheticMonitorTarget.CloudFunctionV2Target parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SyntheticMonitorTarget.CloudFunctionV2Target
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SyntheticMonitorTarget.CloudFunctionV2Target parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SyntheticMonitorTarget.CloudFunctionV2Target
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SyntheticMonitorTarget.CloudFunctionV2Target parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SyntheticMonitorTarget.CloudFunctionV2Target
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SyntheticMonitorTarget.CloudFunctionV2Target parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SyntheticMonitorTarget.CloudFunctionV2Target
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static SyntheticMonitorTarget.CloudFunctionV2Target parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SyntheticMonitorTarget.CloudFunctionV2Target
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SyntheticMonitorTarget.CloudFunctionV2Target parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SyntheticMonitorTarget.CloudFunctionV2Target
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static SyntheticMonitorTarget.CloudFunctionV2Target parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SyntheticMonitorTarget.CloudFunctionV2Target
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SyntheticMonitorTarget.CloudFunctionV2Target parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SyntheticMonitorTarget.CloudFunctionV2Target
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<SyntheticMonitorTarget.CloudFunctionV2Target> parser()
Returns
Type Description
Parser<CloudFunctionV2Target>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCloudRunRevision()

public MonitoredResource getCloudRunRevision()

Output only. The cloud_run_revision Monitored Resource associated with the GCFv2. The Synthetic Monitor execution results (metrics, logs, and spans) are reported against this Monitored Resource. This field is output only.

.google.api.MonitoredResource cloud_run_revision = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.api.MonitoredResource

The cloudRunRevision.

getCloudRunRevisionOrBuilder()

public MonitoredResourceOrBuilder getCloudRunRevisionOrBuilder()

Output only. The cloud_run_revision Monitored Resource associated with the GCFv2. The Synthetic Monitor execution results (metrics, logs, and spans) are reported against this Monitored Resource. This field is output only.

.google.api.MonitoredResource cloud_run_revision = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.api.MonitoredResourceOrBuilder

getDefaultInstanceForType()

public SyntheticMonitorTarget.CloudFunctionV2Target getDefaultInstanceForType()
Returns
Type Description
SyntheticMonitorTarget.CloudFunctionV2Target

getName()

public String getName()

Required. Fully qualified GCFv2 resource name i.e. projects/{project}/locations/{location}/functions/{function} Required.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Fully qualified GCFv2 resource name i.e. projects/{project}/locations/{location}/functions/{function} Required.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

public Parser<SyntheticMonitorTarget.CloudFunctionV2Target> getParserForType()
Returns
Type Description
Parser<CloudFunctionV2Target>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasCloudRunRevision()

public boolean hasCloudRunRevision()

Output only. The cloud_run_revision Monitored Resource associated with the GCFv2. The Synthetic Monitor execution results (metrics, logs, and spans) are reported against this Monitored Resource. This field is output only.

.google.api.MonitoredResource cloud_run_revision = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the cloudRunRevision field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public SyntheticMonitorTarget.CloudFunctionV2Target.Builder newBuilderForType()
Returns
Type Description
SyntheticMonitorTarget.CloudFunctionV2Target.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SyntheticMonitorTarget.CloudFunctionV2Target.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SyntheticMonitorTarget.CloudFunctionV2Target.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public SyntheticMonitorTarget.CloudFunctionV2Target.Builder toBuilder()
Returns
Type Description
SyntheticMonitorTarget.CloudFunctionV2Target.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException