public final class File extends GeneratedMessageV3 implements FileOrBuilder
File information about the related binary/library used by an executable, or
the script used by a script interpreter
Protobuf type google.cloud.securitycenter.v1.File
Static Fields
CONTENTS_FIELD_NUMBER
public static final int CONTENTS_FIELD_NUMBER
Field Value
HASHED_SIZE_FIELD_NUMBER
public static final int HASHED_SIZE_FIELD_NUMBER
Field Value
PARTIALLY_HASHED_FIELD_NUMBER
public static final int PARTIALLY_HASHED_FIELD_NUMBER
Field Value
PATH_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
Field Value
SHA256_FIELD_NUMBER
public static final int SHA256_FIELD_NUMBER
Field Value
SIZE_FIELD_NUMBER
public static final int SIZE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static File getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static File.Builder newBuilder()
Returns
newBuilder(File prototype)
public static File.Builder newBuilder(File prototype)
Parameter
Name | Description |
prototype | File
|
Returns
public static File parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static File parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static File parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static File parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static File parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static File parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static File parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static File parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static File parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static File parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static File parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static File parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<File> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getContents()
public String getContents()
Prefix of the file contents as a JSON encoded string.
(Currently only populated for Malicious Script Executed findings.)
string contents = 6;
Returns
Type | Description |
String | The contents.
|
getContentsBytes()
public ByteString getContentsBytes()
Prefix of the file contents as a JSON encoded string.
(Currently only populated for Malicious Script Executed findings.)
string contents = 6;
Returns
getDefaultInstanceForType()
public File getDefaultInstanceForType()
Returns
getHashedSize()
public long getHashedSize()
The length in bytes of the file prefix that was hashed. If
hashed_size == size, any hashes reported represent the entire
file.
int64 hashed_size = 4;
Returns
Type | Description |
long | The hashedSize.
|
getParserForType()
public Parser<File> getParserForType()
Returns
Overrides
getPartiallyHashed()
public boolean getPartiallyHashed()
True when the hash covers only a prefix of the file.
bool partially_hashed = 5;
Returns
Type | Description |
boolean | The partiallyHashed.
|
getPath()
Absolute path of the file as a JSON encoded string.
string path = 1;
Returns
Type | Description |
String | The path.
|
getPathBytes()
public ByteString getPathBytes()
Absolute path of the file as a JSON encoded string.
string path = 1;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSha256()
public String getSha256()
SHA256 hash of the first hashed_size bytes of the file encoded as a
hex string. If hashed_size == size, sha256 represents the SHA256 hash
of the entire file.
string sha256 = 3;
Returns
Type | Description |
String | The sha256.
|
getSha256Bytes()
public ByteString getSha256Bytes()
SHA256 hash of the first hashed_size bytes of the file encoded as a
hex string. If hashed_size == size, sha256 represents the SHA256 hash
of the entire file.
string sha256 = 3;
Returns
getSize()
Size of the file in bytes.
int64 size = 2;
Returns
Type | Description |
long | The size.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public File.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected File.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public File.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions