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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SyntheticMonitorTarget.CloudFunctionV2Target.Builder newBuilder()
newBuilder(SyntheticMonitorTarget.CloudFunctionV2Target prototype)
public static SyntheticMonitorTarget.CloudFunctionV2Target.Builder newBuilder(SyntheticMonitorTarget.CloudFunctionV2Target prototype)
public static SyntheticMonitorTarget.CloudFunctionV2Target parseDelimitedFrom(InputStream input)
public static SyntheticMonitorTarget.CloudFunctionV2Target parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SyntheticMonitorTarget.CloudFunctionV2Target parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SyntheticMonitorTarget.CloudFunctionV2Target parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SyntheticMonitorTarget.CloudFunctionV2Target parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SyntheticMonitorTarget.CloudFunctionV2Target parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SyntheticMonitorTarget.CloudFunctionV2Target parseFrom(CodedInputStream input)
public static SyntheticMonitorTarget.CloudFunctionV2Target parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SyntheticMonitorTarget.CloudFunctionV2Target parseFrom(InputStream input)
public static SyntheticMonitorTarget.CloudFunctionV2Target parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SyntheticMonitorTarget.CloudFunctionV2Target parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SyntheticMonitorTarget.CloudFunctionV2Target parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SyntheticMonitorTarget.CloudFunctionV2Target> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
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()
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()
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()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SyntheticMonitorTarget.CloudFunctionV2Target.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SyntheticMonitorTarget.CloudFunctionV2Target.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public SyntheticMonitorTarget.CloudFunctionV2Target.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides