com.google.longrunning.CancelOperationRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/longrunning/operations.proto
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;
*/
java.lang.String getName();
/**
*
* The name of the operation resource to be cancelled.
*
*
* string name = 1;
*/
com.google.protobuf.ByteString
getNameBytes();
}