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

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

// 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 DirectoryNodeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:build.bazel.remote.execution.v2.DirectoryNode)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The name of the directory.
   * 
* * string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * The name of the directory.
   * 
* * string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * The digest of the
   * [Directory][build.bazel.remote.execution.v2.Directory] object
   * represented. See [Digest][build.bazel.remote.execution.v2.Digest]
   * for information about how to take the digest of a proto message.
   * 
* * .build.bazel.remote.execution.v2.Digest digest = 2; * @return Whether the digest field is set. */ boolean hasDigest(); /** *
   * The digest of the
   * [Directory][build.bazel.remote.execution.v2.Directory] object
   * represented. See [Digest][build.bazel.remote.execution.v2.Digest]
   * for information about how to take the digest of a proto message.
   * 
* * .build.bazel.remote.execution.v2.Digest digest = 2; * @return The digest. */ build.bazel.remote.execution.v2.Digest getDigest(); /** *
   * The digest of the
   * [Directory][build.bazel.remote.execution.v2.Directory] object
   * represented. See [Digest][build.bazel.remote.execution.v2.Digest]
   * for information about how to take the digest of a proto message.
   * 
* * .build.bazel.remote.execution.v2.Digest digest = 2; */ build.bazel.remote.execution.v2.DigestOrBuilder getDigestOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy