MCPcopy Create free account
hub / github.com/grpc/grpc-java / getStruct

Method getStruct

xds/src/main/java/io/grpc/xds/StructOrError.java:57–61  ·  view source on GitHub ↗

Returns struct if exists, otherwise null.

()

Source from the content-addressed store, hash-verified

55 * Returns struct if exists, otherwise null.
56 */
57 @VisibleForTesting
58 @Nullable
59 public T getStruct() {
60 return struct;
61 }
62
63 /**
64 * Returns error detail if exists, otherwise null.

Calls

no outgoing calls