public final class Package extends GeneratedMessageV3 implements PackageOrBuilder
Packages are named collections of versions.
Protobuf type google.devtools.artifactregistry.v1beta2.Package
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int CREATE_TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static Package getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static Package.Builder newBuilder()
public static Package.Builder newBuilder(Package prototype)
Parameter |
---|
Name | Description |
prototype | Package
|
public static Package parseDelimitedFrom(InputStream input)
public static Package parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Package parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static Package parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Package parseFrom(ByteString data)
public static Package parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Package parseFrom(CodedInputStream input)
public static Package parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Package parseFrom(InputStream input)
public static Package parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Package parseFrom(ByteBuffer data)
public static Package parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<Package> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public Timestamp getCreateTime()
The time when the package was created.
.google.protobuf.Timestamp create_time = 5;
Returns |
---|
Type | Description |
Timestamp | The createTime.
|
public TimestampOrBuilder getCreateTimeOrBuilder()
The time when the package was created.
.google.protobuf.Timestamp create_time = 5;
public Package getDefaultInstanceForType()
public String getDisplayName()
The display name of the package.
string display_name = 2;
Returns |
---|
Type | Description |
String | The displayName.
|
public ByteString getDisplayNameBytes()
The display name of the package.
string display_name = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for displayName.
|
The name of the package, for example:
"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1".
string name = 1;
Returns |
---|
Type | Description |
String | The name.
|
public ByteString getNameBytes()
The name of the package, for example:
"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1".
string name = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for name.
|
public Parser<Package> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
public Timestamp getUpdateTime()
The time when the package was last updated. This includes publishing a new
version of the package.
.google.protobuf.Timestamp update_time = 6;
Returns |
---|
Type | Description |
Timestamp | The updateTime.
|
public TimestampOrBuilder getUpdateTimeOrBuilder()
The time when the package was last updated. This includes publishing a new
version of the package.
.google.protobuf.Timestamp update_time = 6;
public boolean hasCreateTime()
The time when the package 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 package was last updated. This includes publishing a new
version of the package.
.google.protobuf.Timestamp update_time = 6;
Returns |
---|
Type | Description |
boolean | Whether the updateTime field is set.
|
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public Package.Builder newBuilderForType()
protected Package.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public Package.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides