Interface ArtifactOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Artifact,Artifact.Builder
public interface ArtifactOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetArtifact()The raw bytes of the artifactjava.lang.StringgetArtifactUri()Location of the artifactcom.google.protobuf.ByteStringgetArtifactUriBytes()Location of the artifactArtifact.DataCasegetDataCase()booleanhasArtifact()The raw bytes of the artifactbooleanhasArtifactUri()Location of the artifact-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasArtifactUri
boolean hasArtifactUri()
Location of the artifact
string artifact_uri = 1;- Returns:
- Whether the artifactUri field is set.
-
getArtifactUri
java.lang.String getArtifactUri()
Location of the artifact
string artifact_uri = 1;- Returns:
- The artifactUri.
-
getArtifactUriBytes
com.google.protobuf.ByteString getArtifactUriBytes()
Location of the artifact
string artifact_uri = 1;- Returns:
- The bytes for artifactUri.
-
hasArtifact
boolean hasArtifact()
The raw bytes of the artifact
bytes artifact = 2;- Returns:
- Whether the artifact field is set.
-
getArtifact
com.google.protobuf.ByteString getArtifact()
The raw bytes of the artifact
bytes artifact = 2;- Returns:
- The artifact.
-
getDataCase
Artifact.DataCase getDataCase()
-
-