Send feedback
Class FileInfo (2.3.3)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.3.3 keyboard_arrow_down
public final class FileInfo extends GeneratedMessageV3 implements FileInfoOrBuilder
Single source file that is part of the version to be deployed. Each source
file that is deployed must be specified separately.
Protobuf type google.appengine.v1.FileInfo
Static Fields
MIME_TYPE_FIELD_NUMBER
public static final int MIME_TYPE_FIELD_NUMBER
Field Value
SHA1_SUM_FIELD_NUMBER
public static final int SHA1_SUM_FIELD_NUMBER
Field Value
SOURCE_URL_FIELD_NUMBER
public static final int SOURCE_URL_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static FileInfo getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static FileInfo . Builder newBuilder ()
Returns
newBuilder(FileInfo prototype)
public static FileInfo . Builder newBuilder ( FileInfo prototype )
Parameter
Returns
public static FileInfo parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static FileInfo parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static FileInfo parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FileInfo parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static FileInfo parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FileInfo parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static FileInfo parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static FileInfo parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static FileInfo parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static FileInfo parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static FileInfo parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FileInfo parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<FileInfo> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public FileInfo getDefaultInstanceForType ()
Returns
getMimeType()
public String getMimeType ()
The MIME type of the file.
Defaults to the value from Google Cloud Storage.
string mime_type = 3;
Returns
Type Description String The mimeType.
getMimeTypeBytes()
public ByteString getMimeTypeBytes ()
The MIME type of the file.
Defaults to the value from Google Cloud Storage.
string mime_type = 3;
Returns
getParserForType()
public Parser<FileInfo> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getSha1Sum()
public String getSha1Sum ()
The SHA1 hash of the file, in hex.
string sha1_sum = 2;
Returns
Type Description String The sha1Sum.
getSha1SumBytes()
public ByteString getSha1SumBytes ()
The SHA1 hash of the file, in hex.
string sha1_sum = 2;
Returns
getSourceUrl()
public String getSourceUrl ()
URL source to use to fetch this file. Must be a URL to a resource in
Google Cloud Storage in the form
'http(s)://storage.googleapis.com/\<bucket\>/\<object\>'.
string source_url = 1;
Returns
Type Description String The sourceUrl.
getSourceUrlBytes()
public ByteString getSourceUrlBytes ()
URL source to use to fetch this file. Must be a URL to a resource in
Google Cloud Storage in the form
'http(s)://storage.googleapis.com/\<bucket\>/\<object\>'.
string source_url = 1;
Returns
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 FileInfo . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected FileInfo . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public FileInfo . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]