public final class File extends GeneratedMessageV3 implements FileOrBuilder
Files store content that is potentially associated with Packages or Versions.
Protobuf type google.devtools.artifactregistry.v1beta2.File
Static Fields
public static final int CREATE_TIME_FIELD_NUMBER
Field Value
public static final int HASHES_FIELD_NUMBER
Field Value
public static final int NAME_FIELD_NUMBER
Field Value
public static final int OWNER_FIELD_NUMBER
Field Value
public static final int SIZE_BYTES_FIELD_NUMBER
Field Value
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
Static Methods
public static File getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static File.Builder newBuilder()
Returns
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
public static File parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static File parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static File parseFrom(ByteString data)
Parameter
Returns
Exceptions
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
public static File parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static File parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<File> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public Timestamp getCreateTime()
The time when the File was created.
.google.protobuf.Timestamp create_time = 5;
Returns
public TimestampOrBuilder getCreateTimeOrBuilder()
The time when the File was created.
.google.protobuf.Timestamp create_time = 5;
Returns
public File getDefaultInstanceForType()
Returns
public Hash getHashes(int index)
The hashes of the file content.
repeated .google.devtools.artifactregistry.v1beta2.Hash hashes = 4;
Parameter
Returns
public int getHashesCount()
The hashes of the file content.
repeated .google.devtools.artifactregistry.v1beta2.Hash hashes = 4;
Returns
public List<Hash> getHashesList()
The hashes of the file content.
repeated .google.devtools.artifactregistry.v1beta2.Hash hashes = 4;
Returns
public HashOrBuilder getHashesOrBuilder(int index)
The hashes of the file content.
repeated .google.devtools.artifactregistry.v1beta2.Hash hashes = 4;
Parameter
Returns
public List<? extends HashOrBuilder> getHashesOrBuilderList()
The hashes of the file content.
repeated .google.devtools.artifactregistry.v1beta2.Hash hashes = 4;
Returns
Type | Description |
List<? extends com.google.devtools.artifactregistry.v1beta2.HashOrBuilder> | |
The name of the file, for example:
"projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt".
If the file ID part contains slashes, they are escaped.
string name = 1;
Returns
Type | Description |
String | The name.
|
public ByteString getNameBytes()
The name of the file, for example:
"projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt".
If the file ID part contains slashes, they are escaped.
string name = 1;
Returns
The name of the Package or Version that owns this file, if any.
string owner = 7;
Returns
Type | Description |
String | The owner.
|
public ByteString getOwnerBytes()
The name of the Package or Version that owns this file, if any.
string owner = 7;
Returns
public Parser<File> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public long getSizeBytes()
The size of the File in bytes.
int64 size_bytes = 3;
Returns
Type | Description |
long | The sizeBytes.
|
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public Timestamp getUpdateTime()
The time when the File was last updated.
.google.protobuf.Timestamp update_time = 6;
Returns
public TimestampOrBuilder getUpdateTimeOrBuilder()
The time when the File was last updated.
.google.protobuf.Timestamp update_time = 6;
Returns
public boolean hasCreateTime()
The time when the File was created.
.google.protobuf.Timestamp create_time = 5;
Returns
Type | Description |
boolean | Whether the createTime field is set.
|
public boolean hasUpdateTime()
The time when the File was last updated.
.google.protobuf.Timestamp update_time = 6;
Returns
Type | Description |
boolean | Whether the updateTime field is set.
|
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public File.Builder newBuilderForType()
Returns
protected File.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public File.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions