- 2.49.0 (latest)
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.4
- 2.2.0
- 2.1.10
- 0.2.0
public static final class FileInfo.Builder extends GeneratedMessageV3.Builder<FileInfo.Builder> 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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > FileInfo.BuilderImplements
FileInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public FileInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
FileInfo.Builder |
build()
public FileInfo build()
Returns | |
---|---|
Type | Description |
FileInfo |
buildPartial()
public FileInfo buildPartial()
Returns | |
---|---|
Type | Description |
FileInfo |
clear()
public FileInfo.Builder clear()
Returns | |
---|---|
Type | Description |
FileInfo.Builder |
clearField(Descriptors.FieldDescriptor field)
public FileInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
FileInfo.Builder |
clearMimeType()
public FileInfo.Builder clearMimeType()
The MIME type of the file.
Defaults to the value from Google Cloud Storage.
string mime_type = 3;
Returns | |
---|---|
Type | Description |
FileInfo.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public FileInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
FileInfo.Builder |
clearSha1Sum()
public FileInfo.Builder clearSha1Sum()
The SHA1 hash of the file, in hex.
string sha1_sum = 2;
Returns | |
---|---|
Type | Description |
FileInfo.Builder | This builder for chaining. |
clearSourceUrl()
public FileInfo.Builder clearSourceUrl()
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 |
FileInfo.Builder | This builder for chaining. |
clone()
public FileInfo.Builder clone()
Returns | |
---|---|
Type | Description |
FileInfo.Builder |
getDefaultInstanceForType()
public FileInfo getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
FileInfo |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 | |
---|---|
Type | Description |
ByteString | The bytes for mimeType. |
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 | |
---|---|
Type | Description |
ByteString | The bytes for sha1Sum. |
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 | |
---|---|
Type | Description |
ByteString | The bytes for sourceUrl. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(FileInfo other)
public FileInfo.Builder mergeFrom(FileInfo other)
Parameter | |
---|---|
Name | Description |
other | FileInfo |
Returns | |
---|---|
Type | Description |
FileInfo.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FileInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FileInfo.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public FileInfo.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
FileInfo.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final FileInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
FileInfo.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public FileInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
FileInfo.Builder |
setMimeType(String value)
public FileInfo.Builder setMimeType(String value)
The MIME type of the file.
Defaults to the value from Google Cloud Storage.
string mime_type = 3;
Parameter | |
---|---|
Name | Description |
value | String The mimeType to set. |
Returns | |
---|---|
Type | Description |
FileInfo.Builder | This builder for chaining. |
setMimeTypeBytes(ByteString value)
public FileInfo.Builder setMimeTypeBytes(ByteString value)
The MIME type of the file.
Defaults to the value from Google Cloud Storage.
string mime_type = 3;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for mimeType to set. |
Returns | |
---|---|
Type | Description |
FileInfo.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public FileInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
FileInfo.Builder |
setSha1Sum(String value)
public FileInfo.Builder setSha1Sum(String value)
The SHA1 hash of the file, in hex.
string sha1_sum = 2;
Parameter | |
---|---|
Name | Description |
value | String The sha1Sum to set. |
Returns | |
---|---|
Type | Description |
FileInfo.Builder | This builder for chaining. |
setSha1SumBytes(ByteString value)
public FileInfo.Builder setSha1SumBytes(ByteString value)
The SHA1 hash of the file, in hex.
string sha1_sum = 2;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for sha1Sum to set. |
Returns | |
---|---|
Type | Description |
FileInfo.Builder | This builder for chaining. |
setSourceUrl(String value)
public FileInfo.Builder setSourceUrl(String value)
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;
Parameter | |
---|---|
Name | Description |
value | String The sourceUrl to set. |
Returns | |
---|---|
Type | Description |
FileInfo.Builder | This builder for chaining. |
setSourceUrlBytes(ByteString value)
public FileInfo.Builder setSourceUrlBytes(ByteString value)
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;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for sourceUrl to set. |
Returns | |
---|---|
Type | Description |
FileInfo.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final FileInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
FileInfo.Builder |