public final class Module extends GeneratedMessage implements ModuleOrBuilder
Binary module.
Protobuf type google.devtools.cloudtrace.v2.Module
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
public static final int BUILD_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int MODULE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
public static Module getDefaultInstance()
| Returns |
| Type |
Description |
Module |
|
public static final Descriptors.Descriptor getDescriptor()
public static Module.Builder newBuilder()
public static Module.Builder newBuilder(Module prototype)
| Parameter |
| Name |
Description |
prototype |
Module
|
public static Module parseDelimitedFrom(InputStream input)
| Returns |
| Type |
Description |
Module |
|
public static Module parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Module |
|
public static Module parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
| Returns |
| Type |
Description |
Module |
|
public static Module parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Module |
|
public static Module parseFrom(ByteString data)
| Returns |
| Type |
Description |
Module |
|
public static Module parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Module |
|
public static Module parseFrom(CodedInputStream input)
| Returns |
| Type |
Description |
Module |
|
public static Module parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Module |
|
public static Module parseFrom(InputStream input)
| Returns |
| Type |
Description |
Module |
|
public static Module parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Module |
|
public static Module parseFrom(ByteBuffer data)
| Returns |
| Type |
Description |
Module |
|
public static Module parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Module |
|
public static Parser<Module> parser()
Methods
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
public TruncatableString getBuildId()
A unique identifier for the module, usually a hash of its
contents (up to 128 bytes).
.google.devtools.cloudtrace.v2.TruncatableString build_id = 2;
public TruncatableStringOrBuilder getBuildIdOrBuilder()
A unique identifier for the module, usually a hash of its
contents (up to 128 bytes).
.google.devtools.cloudtrace.v2.TruncatableString build_id = 2;
public Module getDefaultInstanceForType()
| Returns |
| Type |
Description |
Module |
|
public TruncatableString getModule()
For example: main binary, kernel modules, and dynamic libraries
such as libc.so, sharedlib.so (up to 256 bytes).
.google.devtools.cloudtrace.v2.TruncatableString module = 1;
public TruncatableStringOrBuilder getModuleOrBuilder()
For example: main binary, kernel modules, and dynamic libraries
such as libc.so, sharedlib.so (up to 256 bytes).
.google.devtools.cloudtrace.v2.TruncatableString module = 1;
public Parser<Module> getParserForType()
Overrides
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
public boolean hasBuildId()
A unique identifier for the module, usually a hash of its
contents (up to 128 bytes).
.google.devtools.cloudtrace.v2.TruncatableString build_id = 2;
| Returns |
| Type |
Description |
boolean |
Whether the buildId field is set.
|
public boolean hasModule()
For example: main binary, kernel modules, and dynamic libraries
such as libc.so, sharedlib.so (up to 256 bytes).
.google.devtools.cloudtrace.v2.TruncatableString module = 1;
| Returns |
| Type |
Description |
boolean |
Whether the module field is set.
|
| Returns |
| Type |
Description |
int |
|
Overrides
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public Module.Builder newBuilderForType()
protected Module.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public Module.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides