public static final class RunStepRequest.Builder extends com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepRequest.Builder> implements RunStepRequestOrBuilder
tensorflow.RunStepRequest
Modifier and Type | Method and Description |
---|---|
RunStepRequest.Builder |
addAllFeed(Iterable<? extends NamedTensorProto> values)
Tensors to be fed in the step.
|
RunStepRequest.Builder |
addAllFetch(Iterable<String> values)
Fetches.
|
RunStepRequest.Builder |
addAllTarget(Iterable<String> values)
Target Nodes.
|
RunStepRequest.Builder |
addFeed(int index,
NamedTensorProto.Builder builderForValue)
Tensors to be fed in the step.
|
RunStepRequest.Builder |
addFeed(int index,
NamedTensorProto value)
Tensors to be fed in the step.
|
RunStepRequest.Builder |
addFeed(NamedTensorProto.Builder builderForValue)
Tensors to be fed in the step.
|
RunStepRequest.Builder |
addFeed(NamedTensorProto value)
Tensors to be fed in the step.
|
NamedTensorProto.Builder |
addFeedBuilder()
Tensors to be fed in the step.
|
NamedTensorProto.Builder |
addFeedBuilder(int index)
Tensors to be fed in the step.
|
RunStepRequest.Builder |
addFetch(String value)
Fetches.
|
RunStepRequest.Builder |
addFetchBytes(com.github.os72.protobuf351.ByteString value)
Fetches.
|
RunStepRequest.Builder |
addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
RunStepRequest.Builder |
addTarget(String value)
Target Nodes.
|
RunStepRequest.Builder |
addTargetBytes(com.github.os72.protobuf351.ByteString value)
Target Nodes.
|
RunStepRequest |
build() |
RunStepRequest |
buildPartial() |
RunStepRequest.Builder |
clear() |
RunStepRequest.Builder |
clearFeed()
Tensors to be fed in the step.
|
RunStepRequest.Builder |
clearFetch()
Fetches.
|
RunStepRequest.Builder |
clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
RunStepRequest.Builder |
clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
RunStepRequest.Builder |
clearOptions()
Options for the run call.
|
RunStepRequest.Builder |
clearPartialRunHandle()
Partial run handle (optional).
|
RunStepRequest.Builder |
clearSessionHandle()
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
RunStepRequest.Builder |
clearStoreErrorsInResponseBody()
If true then some errors, e.g., execution errors that have long
error messages, may return an OK RunStepResponse with the actual
error saved in the status_code/status_error_message fields of the
response body.
|
RunStepRequest.Builder |
clearTarget()
Target Nodes.
|
RunStepRequest.Builder |
clone() |
RunStepRequest |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptorForType() |
NamedTensorProto |
getFeed(int index)
Tensors to be fed in the step.
|
NamedTensorProto.Builder |
getFeedBuilder(int index)
Tensors to be fed in the step.
|
List<NamedTensorProto.Builder> |
getFeedBuilderList()
Tensors to be fed in the step.
|
int |
getFeedCount()
Tensors to be fed in the step.
|
List<NamedTensorProto> |
getFeedList()
Tensors to be fed in the step.
|
NamedTensorProtoOrBuilder |
getFeedOrBuilder(int index)
Tensors to be fed in the step.
|
List<? extends NamedTensorProtoOrBuilder> |
getFeedOrBuilderList()
Tensors to be fed in the step.
|
String |
getFetch(int index)
Fetches.
|
com.github.os72.protobuf351.ByteString |
getFetchBytes(int index)
Fetches.
|
int |
getFetchCount()
Fetches.
|
com.github.os72.protobuf351.ProtocolStringList |
getFetchList()
Fetches.
|
RunOptions |
getOptions()
Options for the run call.
|
RunOptions.Builder |
getOptionsBuilder()
Options for the run call.
|
RunOptionsOrBuilder |
getOptionsOrBuilder()
Options for the run call.
|
String |
getPartialRunHandle()
Partial run handle (optional).
|
com.github.os72.protobuf351.ByteString |
getPartialRunHandleBytes()
Partial run handle (optional).
|
String |
getSessionHandle()
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
com.github.os72.protobuf351.ByteString |
getSessionHandleBytes()
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
boolean |
getStoreErrorsInResponseBody()
If true then some errors, e.g., execution errors that have long
error messages, may return an OK RunStepResponse with the actual
error saved in the status_code/status_error_message fields of the
response body.
|
String |
getTarget(int index)
Target Nodes.
|
com.github.os72.protobuf351.ByteString |
getTargetBytes(int index)
Target Nodes.
|
int |
getTargetCount()
Target Nodes.
|
com.github.os72.protobuf351.ProtocolStringList |
getTargetList()
Target Nodes.
|
boolean |
hasOptions()
Options for the run call.
|
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RunStepRequest.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
RunStepRequest.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
RunStepRequest.Builder |
mergeFrom(RunStepRequest other) |
RunStepRequest.Builder |
mergeOptions(RunOptions value)
Options for the run call.
|
RunStepRequest.Builder |
mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
RunStepRequest.Builder |
removeFeed(int index)
Tensors to be fed in the step.
|
RunStepRequest.Builder |
setFeed(int index,
NamedTensorProto.Builder builderForValue)
Tensors to be fed in the step.
|
RunStepRequest.Builder |
setFeed(int index,
NamedTensorProto value)
Tensors to be fed in the step.
|
RunStepRequest.Builder |
setFetch(int index,
String value)
Fetches.
|
RunStepRequest.Builder |
setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
RunStepRequest.Builder |
setOptions(RunOptions.Builder builderForValue)
Options for the run call.
|
RunStepRequest.Builder |
setOptions(RunOptions value)
Options for the run call.
|
RunStepRequest.Builder |
setPartialRunHandle(String value)
Partial run handle (optional).
|
RunStepRequest.Builder |
setPartialRunHandleBytes(com.github.os72.protobuf351.ByteString value)
Partial run handle (optional).
|
RunStepRequest.Builder |
setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
RunStepRequest.Builder |
setSessionHandle(String value)
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
RunStepRequest.Builder |
setSessionHandleBytes(com.github.os72.protobuf351.ByteString value)
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
RunStepRequest.Builder |
setStoreErrorsInResponseBody(boolean value)
If true then some errors, e.g., execution errors that have long
error messages, may return an OK RunStepResponse with the actual
error saved in the status_code/status_error_message fields of the
response body.
|
RunStepRequest.Builder |
setTarget(int index,
String value)
Target Nodes.
|
RunStepRequest.Builder |
setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepRequest.Builder>
public RunStepRequest.Builder clear()
clear
in interface com.github.os72.protobuf351.Message.Builder
clear
in interface com.github.os72.protobuf351.MessageLite.Builder
clear
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepRequest.Builder>
public com.github.os72.protobuf351.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.github.os72.protobuf351.Message.Builder
getDescriptorForType
in interface com.github.os72.protobuf351.MessageOrBuilder
getDescriptorForType
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepRequest.Builder>
public RunStepRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.github.os72.protobuf351.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.github.os72.protobuf351.MessageOrBuilder
public RunStepRequest build()
build
in interface com.github.os72.protobuf351.Message.Builder
build
in interface com.github.os72.protobuf351.MessageLite.Builder
public RunStepRequest buildPartial()
buildPartial
in interface com.github.os72.protobuf351.Message.Builder
buildPartial
in interface com.github.os72.protobuf351.MessageLite.Builder
public RunStepRequest.Builder clone()
clone
in interface com.github.os72.protobuf351.Message.Builder
clone
in interface com.github.os72.protobuf351.MessageLite.Builder
clone
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepRequest.Builder>
public RunStepRequest.Builder setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.github.os72.protobuf351.Message.Builder
setField
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepRequest.Builder>
public RunStepRequest.Builder clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field)
clearField
in interface com.github.os72.protobuf351.Message.Builder
clearField
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepRequest.Builder>
public RunStepRequest.Builder clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.github.os72.protobuf351.Message.Builder
clearOneof
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepRequest.Builder>
public RunStepRequest.Builder setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.github.os72.protobuf351.Message.Builder
setRepeatedField
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepRequest.Builder>
public RunStepRequest.Builder addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.github.os72.protobuf351.Message.Builder
addRepeatedField
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepRequest.Builder>
public RunStepRequest.Builder mergeFrom(com.github.os72.protobuf351.Message other)
mergeFrom
in interface com.github.os72.protobuf351.Message.Builder
mergeFrom
in class com.github.os72.protobuf351.AbstractMessage.Builder<RunStepRequest.Builder>
public RunStepRequest.Builder mergeFrom(RunStepRequest other)
public final boolean isInitialized()
isInitialized
in interface com.github.os72.protobuf351.MessageLiteOrBuilder
isInitialized
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepRequest.Builder>
public RunStepRequest.Builder mergeFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.github.os72.protobuf351.Message.Builder
mergeFrom
in interface com.github.os72.protobuf351.MessageLite.Builder
mergeFrom
in class com.github.os72.protobuf351.AbstractMessage.Builder<RunStepRequest.Builder>
IOException
public String getSessionHandle()
REQUIRED: session_handle must be returned by a CreateSession call to the same master service.
string session_handle = 1;
getSessionHandle
in interface RunStepRequestOrBuilder
public com.github.os72.protobuf351.ByteString getSessionHandleBytes()
REQUIRED: session_handle must be returned by a CreateSession call to the same master service.
string session_handle = 1;
getSessionHandleBytes
in interface RunStepRequestOrBuilder
public RunStepRequest.Builder setSessionHandle(String value)
REQUIRED: session_handle must be returned by a CreateSession call to the same master service.
string session_handle = 1;
public RunStepRequest.Builder clearSessionHandle()
REQUIRED: session_handle must be returned by a CreateSession call to the same master service.
string session_handle = 1;
public RunStepRequest.Builder setSessionHandleBytes(com.github.os72.protobuf351.ByteString value)
REQUIRED: session_handle must be returned by a CreateSession call to the same master service.
string session_handle = 1;
public List<NamedTensorProto> getFeedList()
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;
getFeedList
in interface RunStepRequestOrBuilder
public int getFeedCount()
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;
getFeedCount
in interface RunStepRequestOrBuilder
public NamedTensorProto getFeed(int index)
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;
getFeed
in interface RunStepRequestOrBuilder
public RunStepRequest.Builder setFeed(int index, NamedTensorProto value)
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;
public RunStepRequest.Builder setFeed(int index, NamedTensorProto.Builder builderForValue)
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;
public RunStepRequest.Builder addFeed(NamedTensorProto value)
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;
public RunStepRequest.Builder addFeed(int index, NamedTensorProto value)
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;
public RunStepRequest.Builder addFeed(NamedTensorProto.Builder builderForValue)
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;
public RunStepRequest.Builder addFeed(int index, NamedTensorProto.Builder builderForValue)
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;
public RunStepRequest.Builder addAllFeed(Iterable<? extends NamedTensorProto> values)
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;
public RunStepRequest.Builder clearFeed()
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;
public RunStepRequest.Builder removeFeed(int index)
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;
public NamedTensorProto.Builder getFeedBuilder(int index)
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;
public NamedTensorProtoOrBuilder getFeedOrBuilder(int index)
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;
getFeedOrBuilder
in interface RunStepRequestOrBuilder
public List<? extends NamedTensorProtoOrBuilder> getFeedOrBuilderList()
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;
getFeedOrBuilderList
in interface RunStepRequestOrBuilder
public NamedTensorProto.Builder addFeedBuilder()
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;
public NamedTensorProto.Builder addFeedBuilder(int index)
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;
public List<NamedTensorProto.Builder> getFeedBuilderList()
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;
public com.github.os72.protobuf351.ProtocolStringList getFetchList()
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 3;
getFetchList
in interface RunStepRequestOrBuilder
public int getFetchCount()
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 3;
getFetchCount
in interface RunStepRequestOrBuilder
public String getFetch(int index)
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 3;
getFetch
in interface RunStepRequestOrBuilder
public com.github.os72.protobuf351.ByteString getFetchBytes(int index)
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 3;
getFetchBytes
in interface RunStepRequestOrBuilder
public RunStepRequest.Builder setFetch(int index, String value)
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 3;
public RunStepRequest.Builder addFetch(String value)
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 3;
public RunStepRequest.Builder addAllFetch(Iterable<String> values)
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 3;
public RunStepRequest.Builder clearFetch()
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 3;
public RunStepRequest.Builder addFetchBytes(com.github.os72.protobuf351.ByteString value)
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 3;
public com.github.os72.protobuf351.ProtocolStringList getTargetList()
Target Nodes. A list of node names. The named nodes will be run to but their outputs will not be fetched.
repeated string target = 4;
getTargetList
in interface RunStepRequestOrBuilder
public int getTargetCount()
Target Nodes. A list of node names. The named nodes will be run to but their outputs will not be fetched.
repeated string target = 4;
getTargetCount
in interface RunStepRequestOrBuilder
public String getTarget(int index)
Target Nodes. A list of node names. The named nodes will be run to but their outputs will not be fetched.
repeated string target = 4;
getTarget
in interface RunStepRequestOrBuilder
public com.github.os72.protobuf351.ByteString getTargetBytes(int index)
Target Nodes. A list of node names. The named nodes will be run to but their outputs will not be fetched.
repeated string target = 4;
getTargetBytes
in interface RunStepRequestOrBuilder
public RunStepRequest.Builder setTarget(int index, String value)
Target Nodes. A list of node names. The named nodes will be run to but their outputs will not be fetched.
repeated string target = 4;
public RunStepRequest.Builder addTarget(String value)
Target Nodes. A list of node names. The named nodes will be run to but their outputs will not be fetched.
repeated string target = 4;
public RunStepRequest.Builder addAllTarget(Iterable<String> values)
Target Nodes. A list of node names. The named nodes will be run to but their outputs will not be fetched.
repeated string target = 4;
public RunStepRequest.Builder clearTarget()
Target Nodes. A list of node names. The named nodes will be run to but their outputs will not be fetched.
repeated string target = 4;
public RunStepRequest.Builder addTargetBytes(com.github.os72.protobuf351.ByteString value)
Target Nodes. A list of node names. The named nodes will be run to but their outputs will not be fetched.
repeated string target = 4;
public boolean hasOptions()
Options for the run call.
.tensorflow.RunOptions options = 5;
hasOptions
in interface RunStepRequestOrBuilder
public RunOptions getOptions()
Options for the run call.
.tensorflow.RunOptions options = 5;
getOptions
in interface RunStepRequestOrBuilder
public RunStepRequest.Builder setOptions(RunOptions value)
Options for the run call.
.tensorflow.RunOptions options = 5;
public RunStepRequest.Builder setOptions(RunOptions.Builder builderForValue)
Options for the run call.
.tensorflow.RunOptions options = 5;
public RunStepRequest.Builder mergeOptions(RunOptions value)
Options for the run call.
.tensorflow.RunOptions options = 5;
public RunStepRequest.Builder clearOptions()
Options for the run call.
.tensorflow.RunOptions options = 5;
public RunOptions.Builder getOptionsBuilder()
Options for the run call.
.tensorflow.RunOptions options = 5;
public RunOptionsOrBuilder getOptionsOrBuilder()
Options for the run call.
.tensorflow.RunOptions options = 5;
getOptionsOrBuilder
in interface RunStepRequestOrBuilder
public String getPartialRunHandle()
Partial run handle (optional). If specified, this will be a partial run execution, run up to the specified fetches.
string partial_run_handle = 6;
getPartialRunHandle
in interface RunStepRequestOrBuilder
public com.github.os72.protobuf351.ByteString getPartialRunHandleBytes()
Partial run handle (optional). If specified, this will be a partial run execution, run up to the specified fetches.
string partial_run_handle = 6;
getPartialRunHandleBytes
in interface RunStepRequestOrBuilder
public RunStepRequest.Builder setPartialRunHandle(String value)
Partial run handle (optional). If specified, this will be a partial run execution, run up to the specified fetches.
string partial_run_handle = 6;
public RunStepRequest.Builder clearPartialRunHandle()
Partial run handle (optional). If specified, this will be a partial run execution, run up to the specified fetches.
string partial_run_handle = 6;
public RunStepRequest.Builder setPartialRunHandleBytes(com.github.os72.protobuf351.ByteString value)
Partial run handle (optional). If specified, this will be a partial run execution, run up to the specified fetches.
string partial_run_handle = 6;
public boolean getStoreErrorsInResponseBody()
If true then some errors, e.g., execution errors that have long error messages, may return an OK RunStepResponse with the actual error saved in the status_code/status_error_message fields of the response body. This is a workaround since the RPC subsystem may truncate long metadata messages.
bool store_errors_in_response_body = 7;
getStoreErrorsInResponseBody
in interface RunStepRequestOrBuilder
public RunStepRequest.Builder setStoreErrorsInResponseBody(boolean value)
If true then some errors, e.g., execution errors that have long error messages, may return an OK RunStepResponse with the actual error saved in the status_code/status_error_message fields of the response body. This is a workaround since the RPC subsystem may truncate long metadata messages.
bool store_errors_in_response_body = 7;
public RunStepRequest.Builder clearStoreErrorsInResponseBody()
If true then some errors, e.g., execution errors that have long error messages, may return an OK RunStepResponse with the actual error saved in the status_code/status_error_message fields of the response body. This is a workaround since the RPC subsystem may truncate long metadata messages.
bool store_errors_in_response_body = 7;
public final RunStepRequest.Builder setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.github.os72.protobuf351.Message.Builder
setUnknownFields
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepRequest.Builder>
public final RunStepRequest.Builder mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.github.os72.protobuf351.Message.Builder
mergeUnknownFields
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepRequest.Builder>
Copyright © 2018. All rights reserved.