All Downloads are FREE. Search and download functionalities are using the official Maven repository.

build.bazel.remote.execution.v2.DigestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.2.13
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: build/bazel/remote/execution/v2/remote_execution.proto

// Protobuf Java Version: 3.25.3
package build.bazel.remote.execution.v2;

public interface DigestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:build.bazel.remote.execution.v2.Digest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The hash. In the case of SHA-256, it will always be a lowercase hex string
   * exactly 64 characters long.
   * 
* * string hash = 1; * @return The hash. */ java.lang.String getHash(); /** *
   * The hash. In the case of SHA-256, it will always be a lowercase hex string
   * exactly 64 characters long.
   * 
* * string hash = 1; * @return The bytes for hash. */ com.google.protobuf.ByteString getHashBytes(); /** *
   * The size of the blob, in bytes.
   * 
* * int64 size_bytes = 2; * @return The sizeBytes. */ long getSizeBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy