public final class Module extends GeneratedMessageV3 implements ModuleOrBuilder
Binary module.Protobuf type
google.devtools.cloudtrace.v2.Module
Modifier and Type | Class and Description |
---|---|
static class |
Module.Builder
Binary module.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
BUILD_ID_FIELD_NUMBER |
static int |
MODULE_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
TruncatableString |
getBuildId()
A unique identifier for the module, usually a hash of its
contents (up to 128 bytes).
|
TruncatableStringOrBuilder |
getBuildIdOrBuilder()
A unique identifier for the module, usually a hash of its
contents (up to 128 bytes).
|
static Module |
getDefaultInstance() |
Module |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
TruncatableString |
getModule()
For example: main binary, kernel modules, and dynamic libraries
such as libc.so, sharedlib.so (up to 256 bytes).
|
TruncatableStringOrBuilder |
getModuleOrBuilder()
For example: main binary, kernel modules, and dynamic libraries
such as libc.so, sharedlib.so (up to 256 bytes).
|
Parser<Module> |
getParserForType() |
int |
getSerializedSize() |
UnknownFieldSet |
getUnknownFields() |
boolean |
hasBuildId()
A unique identifier for the module, usually a hash of its
contents (up to 128 bytes).
|
int |
hashCode() |
boolean |
hasModule()
For example: main binary, kernel modules, and dynamic libraries
such as libc.so, sharedlib.so (up to 256 bytes).
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Module.Builder |
newBuilder() |
static Module.Builder |
newBuilder(Module prototype) |
Module.Builder |
newBuilderForType() |
protected Module.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static Module |
parseDelimitedFrom(java.io.InputStream input) |
static Module |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Module |
parseFrom(byte[] data) |
static Module |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Module |
parseFrom(java.nio.ByteBuffer data) |
static Module |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Module |
parseFrom(ByteString data) |
static Module |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Module |
parseFrom(CodedInputStream input) |
static Module |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Module |
parseFrom(java.io.InputStream input) |
static Module |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<Module> |
parser() |
Module.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int MODULE_FIELD_NUMBER
public static final int BUILD_ID_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
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;
hasModule
in interface ModuleOrBuilder
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;
getModule
in interface ModuleOrBuilder
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;
getModuleOrBuilder
in interface ModuleOrBuilder
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;
hasBuildId
in interface ModuleOrBuilder
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;
getBuildId
in interface ModuleOrBuilder
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;
getBuildIdOrBuilder
in interface ModuleOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static Module parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Module parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Module parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Module parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Module parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Module parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Module parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Module parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Module parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Module parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Module parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Module parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Module.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static Module.Builder newBuilder()
public static Module.Builder newBuilder(Module prototype)
public Module.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected Module.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static Module getDefaultInstance()
public Parser<Module> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public Module getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder