![JAR search and dependency download from the Maven repository](/logo.png)
com.google.longrunning.DeleteOperationRequestOrBuilder 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 DeleteOperationRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.longrunning.DeleteOperationRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The name of the operation resource to be deleted.
*
*
* string name = 1;
*/
String getName();
/**
*
* The name of the operation resource to be deleted.
*
*
* string name = 1;
*/
com.google.protobuf.ByteString
getNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy