Package viam.app.packages.v1
Interface Packages.PackageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Packages.Package,Packages.Package.Builder
- Enclosing class:
- Packages
public static interface Packages.PackageOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring checksum = 4 [json_name = "checksum"];com.google.protobuf.ByteStringstring checksum = 4 [json_name = "checksum"];com.google.protobuf.Timestamp.google.protobuf.Timestamp created_on = 3 [json_name = "createdOn"];getId()string id = 5 [json_name = "id"];com.google.protobuf.ByteStringstring id = 5 [json_name = "id"];getInfo().viam.app.packages.v1.PackageInfo info = 1 [json_name = "info"];getUrl()string url = 2 [json_name = "url"];com.google.protobuf.ByteStringstring url = 2 [json_name = "url"];boolean.google.protobuf.Timestamp created_on = 3 [json_name = "createdOn"];booleanhasInfo().viam.app.packages.v1.PackageInfo info = 1 [json_name = "info"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasInfo
boolean hasInfo().viam.app.packages.v1.PackageInfo info = 1 [json_name = "info"];- Returns:
- Whether the info field is set.
-
getInfo
Packages.PackageInfo getInfo().viam.app.packages.v1.PackageInfo info = 1 [json_name = "info"];- Returns:
- The info.
-
getUrl
String getUrl()string url = 2 [json_name = "url"];- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()string url = 2 [json_name = "url"];- Returns:
- The bytes for url.
-
hasCreatedOn
boolean hasCreatedOn().google.protobuf.Timestamp created_on = 3 [json_name = "createdOn"];- Returns:
- Whether the createdOn field is set.
-
getCreatedOn
com.google.protobuf.Timestamp getCreatedOn().google.protobuf.Timestamp created_on = 3 [json_name = "createdOn"];- Returns:
- The createdOn.
-
getChecksum
String getChecksum()string checksum = 4 [json_name = "checksum"];- Returns:
- The checksum.
-
getChecksumBytes
com.google.protobuf.ByteString getChecksumBytes()string checksum = 4 [json_name = "checksum"];- Returns:
- The bytes for checksum.
-
getId
String getId()string id = 5 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 5 [json_name = "id"];- Returns:
- The bytes for id.
-