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

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

Go to download

Apache Pekko Connectors is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Pekko.

The newest version!
// 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 OperationInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.longrunning.OperationInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Required. The message name of the primary return type for this
   * long-running operation.
   * This type will be used to deserialize the LRO's response.
   *
   * If the response is in a different package from the rpc, a fully-qualified
   * message name must be used (e.g. `google.protobuf.Struct`).
   *
   * Note: Altering this value constitutes a breaking change.
   * 
* * string response_type = 1; * @return The responseType. */ java.lang.String getResponseType(); /** *
   * Required. The message name of the primary return type for this
   * long-running operation.
   * This type will be used to deserialize the LRO's response.
   *
   * If the response is in a different package from the rpc, a fully-qualified
   * message name must be used (e.g. `google.protobuf.Struct`).
   *
   * Note: Altering this value constitutes a breaking change.
   * 
* * string response_type = 1; * @return The bytes for responseType. */ com.google.protobuf.ByteString getResponseTypeBytes(); /** *
   * Required. The message name of the metadata type for this long-running
   * operation.
   *
   * If the response is in a different package from the rpc, a fully-qualified
   * message name must be used (e.g. `google.protobuf.Struct`).
   *
   * Note: Altering this value constitutes a breaking change.
   * 
* * string metadata_type = 2; * @return The metadataType. */ java.lang.String getMetadataType(); /** *
   * Required. The message name of the metadata type for this long-running
   * operation.
   *
   * If the response is in a different package from the rpc, a fully-qualified
   * message name must be used (e.g. `google.protobuf.Struct`).
   *
   * Note: Altering this value constitutes a breaking change.
   * 
* * string metadata_type = 2; * @return The bytes for metadataType. */ com.google.protobuf.ByteString getMetadataTypeBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy