com.google.longrunning.CancelOperationRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lightstep-opentelemetry-auto-exporter Show documentation
Show all versions of lightstep-opentelemetry-auto-exporter Show documentation
Lightstep OpenTelemetry Auto Exporter
The newest version!
// 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;
*/
String getName();
/**
*
* The name of the operation resource to be cancelled.
*
*
* string name = 1;
*/
com.google.protobuf.ByteString
getNameBytes();
}