Searched refs:schemaDescriptor (Results 1 – 2 of 2) sorted by relevance
41 private final Object schemaDescriptor; field in ServiceDescriptor71 this.schemaDescriptor = b.schemaDescriptor; in ServiceDescriptor()106 return schemaDescriptor; in getSchemaDescriptor()143 private Object schemaDescriptor; field in ServiceDescriptor.Builder192 public Builder setSchemaDescriptor(@Nullable Object schemaDescriptor) { in setSchemaDescriptor() argument193 this.schemaDescriptor = schemaDescriptor; in setSchemaDescriptor()213 .add("schemaDescriptor", schemaDescriptor) in toString()
46 private final @Nullable Object schemaDescriptor; field in MethodDescriptor223 Object schemaDescriptor, in MethodDescriptor() argument232 this.schemaDescriptor = schemaDescriptor; in MethodDescriptor()335 return schemaDescriptor; in getSchemaDescriptor()445 .setSchemaDescriptor(schemaDescriptor); in toBuilder()461 private Object schemaDescriptor; field in MethodDescriptor.Builder520 public Builder<ReqT, RespT> setSchemaDescriptor(@Nullable Object schemaDescriptor) { in setSchemaDescriptor() argument521 this.schemaDescriptor = schemaDescriptor; in setSchemaDescriptor()572 schemaDescriptor, in build()589 .add("schemaDescriptor", schemaDescriptor) in toString()