Uses of Class
com.google.rpc.Status.Builder
Packages that use Status.Builder
Package
Description
-
Uses of Status.Builder in com.google.rpc
Methods in com.google.rpc that return Status.BuilderModifier and TypeMethodDescriptionStatus.Builder.addAllDetails(Iterable<? extends com.google.protobuf.Any> values) A list of messages that carry the error details.Status.Builder.addDetails(int index, com.google.protobuf.Any value) A list of messages that carry the error details.Status.Builder.addDetails(int index, com.google.protobuf.Any.Builder builderForValue) A list of messages that carry the error details.Status.Builder.addDetails(com.google.protobuf.Any value) A list of messages that carry the error details.Status.Builder.addDetails(com.google.protobuf.Any.Builder builderForValue) A list of messages that carry the error details.Status.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Status.Builder.clearMessage()A developer-facing error message, which should be in English.Status.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Status.Builder.clone()Status.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Status.Builder.mergeFrom(com.google.protobuf.Message other) final Status.BuilderStatus.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Status.BuilderStatus.newBuilder()static Status.BuilderStatus.newBuilder(Status prototype) Status.newBuilderForType()protected Status.BuilderStatus.newBuilderForType(com.google.protobuf.GeneratedMessageV3.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, com.google.protobuf.Any value) A list of messages that carry the error details.Status.Builder.setDetails(int index, com.google.protobuf.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.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Status.BuilderStatus.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Status.toBuilder() -
Uses of Status.Builder in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return Status.BuilderModifier and TypeMethodDescriptionDeltaDiscoveryRequest.Builder.getErrorDetailBuilder()This is populated when the previous :ref:`DiscoveryResponse <envoy_api_msg_DiscoveryResponse>` failed to update configuration.DiscoveryRequest.Builder.getErrorDetailBuilder()This is populated when the previous :ref:`DiscoveryResponse <envoy_api_msg_DiscoveryResponse>` failed to update configuration.Methods in io.envoyproxy.envoy.api.v2 with parameters of type Status.BuilderModifier and TypeMethodDescriptionDeltaDiscoveryRequest.Builder.setErrorDetail(Status.Builder builderForValue) This is populated when the previous :ref:`DiscoveryResponse <envoy_api_msg_DiscoveryResponse>` failed to update configuration.DiscoveryRequest.Builder.setErrorDetail(Status.Builder builderForValue) This is populated when the previous :ref:`DiscoveryResponse <envoy_api_msg_DiscoveryResponse>` failed to update configuration. -
Uses of Status.Builder in io.envoyproxy.envoy.extensions.filters.http.rate_limit_quota.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.rate_limit_quota.v3 that return Status.BuilderModifier and TypeMethodDescriptionRateLimitQuotaBucketSettings.DenyResponseSettings.Builder.getGrpcStatusBuilder()Configure the deny response for gRPC requests over the rate limit.Methods in io.envoyproxy.envoy.extensions.filters.http.rate_limit_quota.v3 with parameters of type Status.BuilderModifier and TypeMethodDescriptionRateLimitQuotaBucketSettings.DenyResponseSettings.Builder.setGrpcStatus(Status.Builder builderForValue) Configure the deny response for gRPC requests over the rate limit. -
Uses of Status.Builder in io.envoyproxy.envoy.service.auth.v2
Methods in io.envoyproxy.envoy.service.auth.v2 that return Status.BuilderModifier and TypeMethodDescriptionCheckResponse.Builder.getStatusBuilder()Status `OK` allows the request.Methods in io.envoyproxy.envoy.service.auth.v2 with parameters of type Status.BuilderModifier and TypeMethodDescriptionCheckResponse.Builder.setStatus(Status.Builder builderForValue) Status `OK` allows the request. -
Uses of Status.Builder in io.envoyproxy.envoy.service.auth.v3
Methods in io.envoyproxy.envoy.service.auth.v3 that return Status.BuilderModifier and TypeMethodDescriptionCheckResponse.Builder.getStatusBuilder()Status ``OK`` allows the request.Methods in io.envoyproxy.envoy.service.auth.v3 with parameters of type Status.BuilderModifier and TypeMethodDescriptionCheckResponse.Builder.setStatus(Status.Builder builderForValue) Status ``OK`` allows the request. -
Uses of Status.Builder in io.envoyproxy.envoy.service.discovery.v3
Methods in io.envoyproxy.envoy.service.discovery.v3 that return Status.BuilderModifier and TypeMethodDescriptionDeltaDiscoveryRequest.Builder.getErrorDetailBuilder()This is populated when the previous :ref:`DiscoveryResponse <envoy_v3_api_msg_service.discovery.v3.DiscoveryResponse>` failed to update configuration.DiscoveryRequest.Builder.getErrorDetailBuilder()This is populated when the previous :ref:`DiscoveryResponse <envoy_v3_api_msg_service.discovery.v3.DiscoveryResponse>` failed to update configuration.ResourceError.Builder.getErrorDetailBuilder()The error reported for the resource.Methods in io.envoyproxy.envoy.service.discovery.v3 with parameters of type Status.BuilderModifier and TypeMethodDescriptionDeltaDiscoveryRequest.Builder.setErrorDetail(Status.Builder builderForValue) This is populated when the previous :ref:`DiscoveryResponse <envoy_v3_api_msg_service.discovery.v3.DiscoveryResponse>` failed to update configuration.DiscoveryRequest.Builder.setErrorDetail(Status.Builder builderForValue) This is populated when the previous :ref:`DiscoveryResponse <envoy_v3_api_msg_service.discovery.v3.DiscoveryResponse>` failed to update configuration.ResourceError.Builder.setErrorDetail(Status.Builder builderForValue) The error reported for the resource. -
Uses of Status.Builder in io.envoyproxy.envoy.service.redis_auth.v3
Methods in io.envoyproxy.envoy.service.redis_auth.v3 that return Status.BuilderModifier and TypeMethodDescriptionRedisProxyExternalAuthResponse.Builder.getStatusBuilder()Status of the authentication check.Methods in io.envoyproxy.envoy.service.redis_auth.v3 with parameters of type Status.BuilderModifier and TypeMethodDescriptionRedisProxyExternalAuthResponse.Builder.setStatus(Status.Builder builderForValue) Status of the authentication check.