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

org.apache.ratis.thirdparty.com.google.longrunning.CancelOperationRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/longrunning/operations.proto

package org.apache.ratis.thirdparty.com.google.longrunning;

public interface CancelOperationRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.longrunning.CancelOperationRequest)
    org.apache.ratis.thirdparty.com.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; */ org.apache.ratis.thirdparty.com.google.protobuf.ByteString getNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy