Home
last modified time | relevance | path

Searched refs:schemaDescriptor (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/
DServiceDescriptor.java41 private final Object schemaDescriptor; field in ServiceDescriptor
71 this.schemaDescriptor = b.schemaDescriptor; in ServiceDescriptor()
106 return schemaDescriptor; in getSchemaDescriptor()
143 private Object schemaDescriptor; field in ServiceDescriptor.Builder
192 public Builder setSchemaDescriptor(@Nullable Object schemaDescriptor) { in setSchemaDescriptor() argument
193 this.schemaDescriptor = schemaDescriptor; in setSchemaDescriptor()
213 .add("schemaDescriptor", schemaDescriptor) in toString()
DMethodDescriptor.java46 private final @Nullable Object schemaDescriptor; field in MethodDescriptor
223 Object schemaDescriptor, in MethodDescriptor() argument
232 this.schemaDescriptor = schemaDescriptor; in MethodDescriptor()
335 return schemaDescriptor; in getSchemaDescriptor()
445 .setSchemaDescriptor(schemaDescriptor); in toBuilder()
461 private Object schemaDescriptor; field in MethodDescriptor.Builder
520 public Builder<ReqT, RespT> setSchemaDescriptor(@Nullable Object schemaDescriptor) { in setSchemaDescriptor() argument
521 this.schemaDescriptor = schemaDescriptor; in setSchemaDescriptor()
572 schemaDescriptor, in build()
589 .add("schemaDescriptor", schemaDescriptor) in toString()