public interface BuildOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBuilderVersion()
Version of the builder which produced this Note.
|
com.google.protobuf.ByteString |
getBuilderVersionBytes()
Version of the builder which produced this Note.
|
BuildSignature |
getSignature()
Signature of the build in Occurrences pointing to the Note containing this
`BuilderDetails`.
|
BuildSignatureOrBuilder |
getSignatureOrBuilder()
Signature of the build in Occurrences pointing to the Note containing this
`BuilderDetails`.
|
boolean |
hasSignature()
Signature of the build in Occurrences pointing to the Note containing this
`BuilderDetails`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBuilderVersion()
Version of the builder which produced this Note.
string builder_version = 1;com.google.protobuf.ByteString getBuilderVersionBytes()
Version of the builder which produced this Note.
string builder_version = 1;boolean hasSignature()
Signature of the build in Occurrences pointing to the Note containing this `BuilderDetails`.
.grafeas.v1beta1.build.BuildSignature signature = 2;BuildSignature getSignature()
Signature of the build in Occurrences pointing to the Note containing this `BuilderDetails`.
.grafeas.v1beta1.build.BuildSignature signature = 2;BuildSignatureOrBuilder getSignatureOrBuilder()
Signature of the build in Occurrences pointing to the Note containing this `BuilderDetails`.
.grafeas.v1beta1.build.BuildSignature signature = 2;Copyright © 2019 Google LLC. All rights reserved.