com.google.longrunning.WaitOperationRequestOrBuilder 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.
// 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 WaitOperationRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.longrunning.WaitOperationRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The name of the operation resource to wait on.
*
*
* string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
*
* The name of the operation resource to wait on.
*
*
* string name = 1;
* @return The bytes for name.
*/
com.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.
*
*
* .google.protobuf.Duration timeout = 2;
* @return Whether the timeout field is set.
*/
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.
*
*
* .google.protobuf.Duration timeout = 2;
* @return The timeout.
*/
com.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.
*
*
* .google.protobuf.Duration timeout = 2;
*/
com.google.protobuf.DurationOrBuilder getTimeoutOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy