public final class PrefetchFileMetadata extends GeneratedMessage implements PrefetchFileMetadataOrBuilderWindows Prefetch file metadata.
Protobuf type google.backstory.PrefetchFileMetadata
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > PrefetchFileMetadataImplements
PrefetchFileMetadataOrBuilderStatic Fields
PREFETCH_HASH_FIELD_NUMBER
public static final int PREFETCH_HASH_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
RUN_COUNT_FIELD_NUMBER
public static final int RUN_COUNT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static PrefetchFileMetadata getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
PrefetchFileMetadata |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static PrefetchFileMetadata.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
PrefetchFileMetadata.Builder |
|
newBuilder(PrefetchFileMetadata prototype)
public static PrefetchFileMetadata.Builder newBuilder(PrefetchFileMetadata prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
PrefetchFileMetadata |
| Returns | |
|---|---|
| Type | Description |
PrefetchFileMetadata.Builder |
|
parseDelimitedFrom(InputStream input)
public static PrefetchFileMetadata parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
PrefetchFileMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PrefetchFileMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PrefetchFileMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static PrefetchFileMetadata parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
PrefetchFileMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PrefetchFileMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PrefetchFileMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static PrefetchFileMetadata parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
PrefetchFileMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PrefetchFileMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PrefetchFileMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static PrefetchFileMetadata parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
PrefetchFileMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PrefetchFileMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PrefetchFileMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static PrefetchFileMetadata parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
PrefetchFileMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PrefetchFileMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PrefetchFileMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static PrefetchFileMetadata parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
PrefetchFileMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PrefetchFileMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PrefetchFileMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<PrefetchFileMetadata> parser()| Returns | |
|---|---|
| Type | Description |
Parser<PrefetchFileMetadata> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public PrefetchFileMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PrefetchFileMetadata |
|
getParserForType()
public Parser<PrefetchFileMetadata> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<PrefetchFileMetadata> |
|
getPrefetchHash()
public String getPrefetchHash()A hash of the executable path used to identify the prefetch file.
string prefetch_hash = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The prefetchHash. |
getPrefetchHashBytes()
public ByteString getPrefetchHashBytes()A hash of the executable path used to identify the prefetch file.
string prefetch_hash = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for prefetchHash. |
getRunCount()
public long getRunCount()The number of times the application has been run.
int64 run_count = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The runCount. |
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public PrefetchFileMetadata.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
PrefetchFileMetadata.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected PrefetchFileMetadata.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
PrefetchFileMetadata.Builder |
|
toBuilder()
public PrefetchFileMetadata.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
PrefetchFileMetadata.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|