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

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

There is a newer version: 1.15.4
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.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 - 2024 Weber Informatics LLC | Privacy Policy