Uses of Class
com.google.rpc.Status.Builder
Packages that use Status.Builder
-
Uses of Status.Builder in com.google.rpc
Subclasses with type arguments of type Status.Builder in com.google.rpcModifier and TypeClassDescriptionstatic final class
The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs.Methods in com.google.rpc that return Status.BuilderModifier and TypeMethodDescriptionStatus.Builder.addAllDetails
(Iterable<? extends Any> values) A list of messages that carry the error details.Status.Builder.addDetails
(int index, Any value) A list of messages that carry the error details.Status.Builder.addDetails
(int index, Any.Builder builderForValue) A list of messages that carry the error details.Status.Builder.addDetails
(Any value) A list of messages that carry the error details.Status.Builder.addDetails
(Any.Builder builderForValue) A list of messages that carry the error details.Status.Builder.clear()
Status.Builder.clearCode()
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].Status.Builder.clearDetails()
A list of messages that carry the error details.Status.Builder.clearMessage()
A developer-facing error message, which should be in English.Status.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Status.Builder.mergeFrom
(com.google.protobuf.Message other) static Status.Builder
Status.newBuilder()
static Status.Builder
Status.newBuilder
(Status prototype) Status.newBuilderForType()
protected Status.Builder
Status.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Status.Builder.removeDetails
(int index) A list of messages that carry the error details.Status.Builder.setCode
(int value) The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].Status.Builder.setDetails
(int index, Any value) A list of messages that carry the error details.Status.Builder.setDetails
(int index, Any.Builder builderForValue) A list of messages that carry the error details.Status.Builder.setMessage
(String value) A developer-facing error message, which should be in English.Status.Builder.setMessageBytes
(com.google.protobuf.ByteString value) A developer-facing error message, which should be in English.Status.toBuilder()
-
Uses of Status.Builder in moby.buildkit.v1
Methods in moby.buildkit.v1 that return Status.BuilderModifier and TypeMethodDescriptionControlOuterClass.BuildHistoryRecord.Builder.getErrorBuilder()
.google.rpc.Status error = 5;
Methods in moby.buildkit.v1 with parameters of type Status.BuilderModifier and TypeMethodDescriptionControlOuterClass.BuildHistoryRecord.Builder.setError
(Status.Builder builderForValue) .google.rpc.Status error = 5;
-
Uses of Status.Builder in moby.buildkit.v1.frontend
Methods in moby.buildkit.v1.frontend that return Status.BuilderModifier and TypeMethodDescriptionGateway.ExitMessage.Builder.getErrorBuilder()
.google.rpc.Status Error = 2;
Gateway.ReturnRequest.Builder.getErrorBuilder()
.google.rpc.Status error = 2;
Methods in moby.buildkit.v1.frontend with parameters of type Status.BuilderModifier and TypeMethodDescriptionGateway.ExitMessage.Builder.setError
(Status.Builder builderForValue) .google.rpc.Status Error = 2;
Gateway.ReturnRequest.Builder.setError
(Status.Builder builderForValue) .google.rpc.Status error = 2;