public static interface ArtifactApi.ArtifactMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMd5()
(Optional) The base64-encoded md5 checksum of the artifact.
|
com.google.protobuf.ByteString |
getMd5Bytes()
(Optional) The base64-encoded md5 checksum of the artifact.
|
String |
getName()
(Required) The name of the artifact.
|
com.google.protobuf.ByteString |
getNameBytes()
(Required) The name of the artifact.
|
int |
getPermissions()
(Optional) The Unix-like permissions of the artifact
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
(Required) The name of the artifact.
string name = 1;com.google.protobuf.ByteString getNameBytes()
(Required) The name of the artifact.
string name = 1;int getPermissions()
(Optional) The Unix-like permissions of the artifact
uint32 permissions = 2;String getMd5()
(Optional) The base64-encoded md5 checksum of the artifact. Used, among other things, by harness boot code to validate the integrity of the artifact.
string md5 = 3;com.google.protobuf.ByteString getMd5Bytes()
(Optional) The base64-encoded md5 checksum of the artifact. Used, among other things, by harness boot code to validate the integrity of the artifact.
string md5 = 3;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.