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

lightstep.com.google.longrunning.WaitOperationRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/longrunning/operations.proto

package lightstep.lightstep.lightstep.com.google.longrunning;

public interface WaitOperationRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.longrunning.WaitOperationRequest)
    lightstep.com.lightstep.lightstep.lightstep.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The name of the operation resource to wait on.
   * 
* * string name = 1; */ String getName(); /** *
   * The name of the operation resource to wait on.
   * 
* * string name = 1; */ lightstep.com.lightstep.lightstep.lightstep.google.protobuf.ByteString getNameBytes(); /** *
   * The maximum duration to wait before timing out. If left blank, the wait
   * will be at most the time permitted by the underlying HTTP/RPC protocol.
   * If RPC context deadline is also specified, the shorter one will be used.
   * 
* * .lightstep.lightstep.lightstep.google.protobuf.Duration timeout = 2; */ boolean hasTimeout(); /** *
   * The maximum duration to wait before timing out. If left blank, the wait
   * will be at most the time permitted by the underlying HTTP/RPC protocol.
   * If RPC context deadline is also specified, the shorter one will be used.
   * 
* * .lightstep.lightstep.lightstep.google.protobuf.Duration timeout = 2; */ lightstep.com.lightstep.lightstep.lightstep.google.protobuf.Duration getTimeout(); /** *
   * The maximum duration to wait before timing out. If left blank, the wait
   * will be at most the time permitted by the underlying HTTP/RPC protocol.
   * If RPC context deadline is also specified, the shorter one will be used.
   * 
* * .lightstep.lightstep.lightstep.google.protobuf.Duration timeout = 2; */ lightstep.com.lightstep.lightstep.lightstep.google.protobuf.DurationOrBuilder getTimeoutOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy