com.google.longrunning.OperationInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lightstep-opentelemetry-auto-exporter Show documentation
Show all versions of lightstep-opentelemetry-auto-exporter Show documentation
Lightstep OpenTelemetry Auto Exporter
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();
}