public final class Build extends GeneratedMessageV3 implements BuildOrBuilder
Note holding the version of the provider's builder and the signature of the
provenance message in the build details occurrence.
Protobuf type grafeas.v1beta1.build.Build
Static Fields
BUILDER_VERSION_FIELD_NUMBER
public static final int BUILDER_VERSION_FIELD_NUMBER
Field Value
SIGNATURE_FIELD_NUMBER
public static final int SIGNATURE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Build getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Build.Builder newBuilder()
Returns
newBuilder(Build prototype)
public static Build.Builder newBuilder(Build prototype)
Parameter
Name | Description |
prototype | Build
|
Returns
public static Build parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Build parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Build parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Build parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Build parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Build parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Build parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Build parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Build parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Build parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Build parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Build parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Build> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getBuilderVersion()
public String getBuilderVersion()
Required. Immutable. Version of the builder which produced this build.
string builder_version = 1;
Returns
Type | Description |
String | The builderVersion.
|
getBuilderVersionBytes()
public ByteString getBuilderVersionBytes()
Required. Immutable. Version of the builder which produced this build.
string builder_version = 1;
Returns
Type | Description |
ByteString | The bytes for builderVersion.
|
getDefaultInstanceForType()
public Build getDefaultInstanceForType()
Returns
getParserForType()
public Parser<Build> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSignature()
public BuildSignature getSignature()
Signature of the build in occurrences pointing to this build note
containing build details.
.grafeas.v1beta1.build.BuildSignature signature = 2;
Returns
getSignatureOrBuilder()
public BuildSignatureOrBuilder getSignatureOrBuilder()
Signature of the build in occurrences pointing to this build note
containing build details.
.grafeas.v1beta1.build.BuildSignature signature = 2;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasSignature()
public boolean hasSignature()
Signature of the build in occurrences pointing to this build note
containing build details.
.grafeas.v1beta1.build.BuildSignature signature = 2;
Returns
Type | Description |
boolean | Whether the signature field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Build.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Build.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Build.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions