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 pekko-connectors-google-cloud-bigquery-storage_3 Show documentation
Show all versions of pekko-connectors-google-cloud-bigquery-storage_3 Show documentation
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 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;
* @return The name.
*/
java.lang.String getName();
/**
*
* The name of the operation resource to be deleted.
*
*
* string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy