build.bazel.remote.execution.v2.WaitExecutionRequestOrBuilder 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 WaitExecutionRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:build.bazel.remote.execution.v2.WaitExecutionRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The name of the [Operation][google.longrunning.Operation]
* returned by [Execute][build.bazel.remote.execution.v2.Execution.Execute].
*
*
* string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
*
* The name of the [Operation][google.longrunning.Operation]
* returned by [Execute][build.bazel.remote.execution.v2.Execution.Execute].
*
*
* string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
}