lightstep.com.google.longrunning.OperationInfoOrBuilder 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 OperationInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.longrunning.OperationInfo)
lightstep.com.lightstep.lightstep.lightstep.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. `lightstep.lightstep.lightstep.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. `lightstep.lightstep.lightstep.google.protobuf.Struct`).
* Note: Altering this value constitutes a breaking change.
*
*
* string response_type = 1;
*/
lightstep.com.lightstep.lightstep.lightstep.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. `lightstep.lightstep.lightstep.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. `lightstep.lightstep.lightstep.google.protobuf.Struct`).
* Note: Altering this value constitutes a breaking change.
*
*
* string metadata_type = 2;
*/
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.ByteString
getMetadataTypeBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy