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

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

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

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; */ 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; */ 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; */ 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; */ com.google.protobuf.ByteString getMetadataTypeBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy