diff --git a/javadoc/allclasses-index.html b/javadoc/allclasses-index.html index c5b6347ff5c..2665c7e69d1 100644 --- a/javadoc/allclasses-index.html +++ b/javadoc/allclasses-index.html @@ -3,7 +3,7 @@ -All Classes (grpc-all 1.67.1 API) +All Classes (grpc-all 1.68.1 API) @@ -14,20 +14,20 @@ - + + @@ -535,6 +535,7 @@

All Classes

  • Status
  • Status.Code
  • StatusException
  • +
  • StatusOr
  • StatusProto
  • StatusRuntimeException
  • StreamObserver
  • diff --git a/javadoc/allpackages-index.html b/javadoc/allpackages-index.html index 55782f847f2..5b11703714a 100644 --- a/javadoc/allpackages-index.html +++ b/javadoc/allpackages-index.html @@ -3,7 +3,7 @@ -All Packages (grpc-all 1.67.1 API) +All Packages (grpc-all 1.68.1 API) @@ -14,14 +14,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    +
    +
    Package io.grpc
    +

    Class StatusOr<T>

    +
    +
    + +
    +
      +
    • +
      +
      @ExperimentalApi("https://github.com/grpc/grpc-java/issues/11563")
      +public class StatusOr<T>
      +extends Object
      +
      Either a Status or a value.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Method Detail

        + + + + + +
          +
        • +

          fromValue

          +
          public static <T> StatusOr<T> fromValue​(@Nullable
          +                                        T value)
          +
          Construct from a value.
          +
        • +
        + + + +
          +
        • +

          fromStatus

          +
          public static <T> StatusOr<T> fromStatus​(Status status)
          +
          Construct from a non-Ok status.
          +
        • +
        + + + +
          +
        • +

          hasValue

          +
          public boolean hasValue()
          +
          Returns whether there is a value.
          +
        • +
        + + + +
          +
        • +

          getValue

          +
          @Nullable
          +public T getValue()
          +
          Returns the value if set or throws exception if there is no value set. This method is meant + to be called after checking the return value of hasValue() first.
          +
        • +
        + + + +
          +
        • +

          getStatus

          +
          public Status getStatus()
          +
          Returns the status. If there is a value (which can be null), returns OK.
          +
        • +
        + + + +
          +
        • +

          equals

          +
          public boolean equals​(Object other)
          +
          +
          Overrides:
          +
          equals in class Object
          +
          +
        • +
        + + + +
          +
        • +

          hashCode

          +
          public int hashCode()
          +
          +
          Overrides:
          +
          hashCode in class Object
          +
          +
        • +
        + + + + +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/javadoc/io/grpc/StatusRuntimeException.html b/javadoc/io/grpc/StatusRuntimeException.html index 407836a4975..33ae3899f7f 100644 --- a/javadoc/io/grpc/StatusRuntimeException.html +++ b/javadoc/io/grpc/StatusRuntimeException.html @@ -3,7 +3,7 @@ -StatusRuntimeException (grpc-all 1.67.1 API) +StatusRuntimeException (grpc-all 1.68.1 API) @@ -14,14 +14,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.grpc.StatusOr

    +
    +
    + +
    +
    + + + diff --git a/javadoc/io/grpc/class-use/StatusRuntimeException.html b/javadoc/io/grpc/class-use/StatusRuntimeException.html index ebe7db96bcb..2e1d534f91f 100644 --- a/javadoc/io/grpc/class-use/StatusRuntimeException.html +++ b/javadoc/io/grpc/class-use/StatusRuntimeException.html @@ -3,7 +3,7 @@ -Uses of Class io.grpc.StatusRuntimeException (grpc-all 1.67.1 API) +Uses of Class io.grpc.StatusRuntimeException (grpc-all 1.68.1 API) @@ -14,14 +14,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +