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

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

  /**
   * 
   * The name of the file.
   * 
* * string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * The name of the file.
   * 
* * string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * The digest of the file's content.
   * 
* * .build.bazel.remote.execution.v2.Digest digest = 2; * @return Whether the digest field is set. */ boolean hasDigest(); /** *
   * The digest of the file's content.
   * 
* * .build.bazel.remote.execution.v2.Digest digest = 2; * @return The digest. */ build.bazel.remote.execution.v2.Digest getDigest(); /** *
   * The digest of the file's content.
   * 
* * .build.bazel.remote.execution.v2.Digest digest = 2; */ build.bazel.remote.execution.v2.DigestOrBuilder getDigestOrBuilder(); /** *
   * True if file is executable, false otherwise.
   * 
* * bool is_executable = 4; * @return The isExecutable. */ boolean getIsExecutable(); /** * .build.bazel.remote.execution.v2.NodeProperties node_properties = 6; * @return Whether the nodeProperties field is set. */ boolean hasNodeProperties(); /** * .build.bazel.remote.execution.v2.NodeProperties node_properties = 6; * @return The nodeProperties. */ build.bazel.remote.execution.v2.NodeProperties getNodeProperties(); /** * .build.bazel.remote.execution.v2.NodeProperties node_properties = 6; */ build.bazel.remote.execution.v2.NodePropertiesOrBuilder getNodePropertiesOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy