Send feedback
Class Package (1.13.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.13.0 keyboard_arrow_down
public final class Package extends GeneratedMessageV3 implements PackageOrBuilder
Packages are named collections of versions.
Protobuf type google.devtools.artifactregistry.v1.Package
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".
If the package ID part contains slashes, the slashes are escaped.
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".
If the package ID part contains slashes, the slashes are escaped.
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 final UnknownFieldSet getUnknownFields ()
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
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 2024-10-01 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-10-01 UTC."}
[[["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 2024-10-01 UTC."]]