Class Service.Telemetry (3.3.6)

public static final class Service.Telemetry extends GeneratedMessageV3 implements Service.TelemetryOrBuilder

Configuration for how to query telemetry on a Service.

Protobuf type google.monitoring.v3.Service.Telemetry

Static Fields

RESOURCE_NAME_FIELD_NUMBER

public static final int RESOURCE_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Service.Telemetry getDefaultInstance()
Returns
TypeDescription
Service.Telemetry

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Service.Telemetry.Builder newBuilder()
Returns
TypeDescription
Service.Telemetry.Builder

newBuilder(Service.Telemetry prototype)

public static Service.Telemetry.Builder newBuilder(Service.Telemetry prototype)
Parameter
NameDescription
prototypeService.Telemetry
Returns
TypeDescription
Service.Telemetry.Builder

parseDelimitedFrom(InputStream input)

public static Service.Telemetry parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Service.Telemetry
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Service.Telemetry parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Service.Telemetry
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Service.Telemetry parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Service.Telemetry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Service.Telemetry parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Service.Telemetry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Service.Telemetry parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Service.Telemetry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Service.Telemetry parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Service.Telemetry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Service.Telemetry parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Service.Telemetry
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Service.Telemetry parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Service.Telemetry
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Service.Telemetry parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Service.Telemetry
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Service.Telemetry parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Service.Telemetry
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Service.Telemetry parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Service.Telemetry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Service.Telemetry parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Service.Telemetry
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Service.Telemetry> parser()
Returns
TypeDescription
Parser<Telemetry>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public Service.Telemetry getDefaultInstanceForType()
Returns
TypeDescription
Service.Telemetry

getParserForType()

public Parser<Service.Telemetry> getParserForType()
Returns
TypeDescription
Parser<Telemetry>
Overrides

getResourceName()

public String getResourceName()

The full name of the resource that defines this service. Formatted as described in https://cloud.google.com/apis/design/resource_names.

string resource_name = 1;

Returns
TypeDescription
String

The resourceName.

getResourceNameBytes()

public ByteString getResourceNameBytes()

The full name of the resource that defines this service. Formatted as described in https://cloud.google.com/apis/design/resource_names.

string resource_name = 1;

Returns
TypeDescription
ByteString

The bytes for resourceName.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Service.Telemetry.Builder newBuilderForType()
Returns
TypeDescription
Service.Telemetry.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Service.Telemetry.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Service.Telemetry.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Service.Telemetry.Builder toBuilder()
Returns
TypeDescription
Service.Telemetry.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException