lightstep.com.google.longrunning.CancelOperationRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/longrunning/operations.proto
package lightstep.lightstep.lightstep.com.google.longrunning;
public interface CancelOperationRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.longrunning.CancelOperationRequest)
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.MessageOrBuilder {
/**
*
* The name of the operation resource to be cancelled.
*
*
* string name = 1;
*/
String getName();
/**
*
* The name of the operation resource to be cancelled.
*
*
* string name = 1;
*/
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.ByteString
getNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy