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

com.google.longrunning.CancelOperationRequestOrBuilder Maven / Gradle / Ivy

Go to download

Apache Pekko Connectors is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Pekko.

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/longrunning/operations.proto

// Protobuf Java Version: 3.25.3
package com.google.longrunning;

public interface CancelOperationRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.longrunning.CancelOperationRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The name of the operation resource to be cancelled.
   * 
* * string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * The name of the operation resource to be cancelled.
   * 
* * string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy