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

com.google.longrunning.GetOperationRequestOrBuilder 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 GetOperationRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.longrunning.GetOperationRequest)
    com.google.proto4pingcap.MessageOrBuilder {

  /**
   * 
   * The name of the operation resource.
   * 
* * string name = 1; */ java.lang.String getName(); /** *
   * The name of the operation resource.
   * 
* * string name = 1; */ com.google.proto4pingcap.ByteString getNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy