responseType property

  1. @TagNumber(1)
String responseType

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.

Implementation

@$pb.TagNumber(1)
$core.String get responseType => $_getSZ(0);
  1. @TagNumber(1)
void responseType=(String v)

Implementation

@$pb.TagNumber(1)
set responseType($core.String v) {
  $_setString(0, v);
}