All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.longrunning.DeleteOperationRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.3
Show 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.proto4pingcap.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; */ com.google.proto4pingcap.ByteString getNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy