| Package | Description |
|---|---|
| com.grpc.gateway.protoc_gen_openapiv2.options |
| Modifier and Type | Method and Description |
|---|---|
static JSONSchema.JSONSchemaSimpleTypes |
JSONSchema.JSONSchemaSimpleTypes.forNumber(int value) |
JSONSchema.JSONSchemaSimpleTypes |
JSONSchemaOrBuilder.getType(int index)
repeated .grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes type = 35 [json_name = "type"]; |
JSONSchema.JSONSchemaSimpleTypes |
JSONSchema.getType(int index)
repeated .grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes type = 35 [json_name = "type"]; |
JSONSchema.JSONSchemaSimpleTypes |
JSONSchema.Builder.getType(int index)
repeated .grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes type = 35 [json_name = "type"]; |
static JSONSchema.JSONSchemaSimpleTypes |
JSONSchema.JSONSchemaSimpleTypes.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static JSONSchema.JSONSchemaSimpleTypes |
JSONSchema.JSONSchemaSimpleTypes.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static JSONSchema.JSONSchemaSimpleTypes |
JSONSchema.JSONSchemaSimpleTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSONSchema.JSONSchemaSimpleTypes[] |
JSONSchema.JSONSchemaSimpleTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<JSONSchema.JSONSchemaSimpleTypes> |
JSONSchemaOrBuilder.getTypeList()
repeated .grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes type = 35 [json_name = "type"]; |
List<JSONSchema.JSONSchemaSimpleTypes> |
JSONSchema.getTypeList()
repeated .grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes type = 35 [json_name = "type"]; |
List<JSONSchema.JSONSchemaSimpleTypes> |
JSONSchema.Builder.getTypeList()
repeated .grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes type = 35 [json_name = "type"]; |
static com.google.protobuf.Internal.EnumLiteMap<JSONSchema.JSONSchemaSimpleTypes> |
JSONSchema.JSONSchemaSimpleTypes.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
JSONSchema.Builder |
JSONSchema.Builder.addType(JSONSchema.JSONSchemaSimpleTypes value)
repeated .grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes type = 35 [json_name = "type"]; |
JSONSchema.Builder |
JSONSchema.Builder.setType(int index,
JSONSchema.JSONSchemaSimpleTypes value)
repeated .grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes type = 35 [json_name = "type"]; |
| Modifier and Type | Method and Description |
|---|---|
JSONSchema.Builder |
JSONSchema.Builder.addAllType(Iterable<? extends JSONSchema.JSONSchemaSimpleTypes> values)
repeated .grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes type = 35 [json_name = "type"]; |
Copyright © 2024. All rights reserved.