nl.topicus.jdbc.shaded.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 spanner-jdbc Show documentation
Show all versions of spanner-jdbc Show documentation
JDBC Driver for Google Cloud Spanner
// Generated by the protocol buffer nl.topicus.jdbc.shaded.com.iler. DO NOT EDIT!
// source: google/longrunning/operations.proto
package nl.topicus.jdbc.shaded.com.google.longrunning;
public interface DeleteOperationRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.longrunning.DeleteOperationRequest)
nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* The name of the operation resource to be deleted.
*
*
* string name = 1;
*/
java.lang.String getName();
/**
*
* The name of the operation resource to be deleted.
*
*
* string name = 1;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getNameBytes();
}