Package com.openapi.v3
Interface LinkOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Link,Link.Builder
public interface LinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring description = 5 [json_name = "description"];com.google.protobuf.ByteStringstring description = 5 [json_name = "description"];string operation_id = 2 [json_name = "operationId"];com.google.protobuf.ByteStringstring operation_id = 2 [json_name = "operationId"];string operation_ref = 1 [json_name = "operationRef"];com.google.protobuf.ByteStringstring operation_ref = 1 [json_name = "operationRef"];.openapi.v3.AnyOrExpression parameters = 3 [json_name = "parameters"];.openapi.v3.AnyOrExpression parameters = 3 [json_name = "parameters"];.openapi.v3.AnyOrExpression request_body = 4 [json_name = "requestBody"];.openapi.v3.AnyOrExpression request_body = 4 [json_name = "requestBody"];.openapi.v3.Server server = 6 [json_name = "server"];.openapi.v3.Server server = 6 [json_name = "server"];getSpecificationExtension(int index) repeated .openapi.v3.NamedAny specification_extension = 7 [json_name = "specificationExtension"];intrepeated .openapi.v3.NamedAny specification_extension = 7 [json_name = "specificationExtension"];repeated .openapi.v3.NamedAny specification_extension = 7 [json_name = "specificationExtension"];getSpecificationExtensionOrBuilder(int index) repeated .openapi.v3.NamedAny specification_extension = 7 [json_name = "specificationExtension"];List<? extends NamedAnyOrBuilder>repeated .openapi.v3.NamedAny specification_extension = 7 [json_name = "specificationExtension"];boolean.openapi.v3.AnyOrExpression parameters = 3 [json_name = "parameters"];boolean.openapi.v3.AnyOrExpression request_body = 4 [json_name = "requestBody"];boolean.openapi.v3.Server server = 6 [json_name = "server"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOperationRef
String getOperationRef()string operation_ref = 1 [json_name = "operationRef"];- Returns:
- The operationRef.
-
getOperationRefBytes
com.google.protobuf.ByteString getOperationRefBytes()string operation_ref = 1 [json_name = "operationRef"];- Returns:
- The bytes for operationRef.
-
getOperationId
String getOperationId()string operation_id = 2 [json_name = "operationId"];- Returns:
- The operationId.
-
getOperationIdBytes
com.google.protobuf.ByteString getOperationIdBytes()string operation_id = 2 [json_name = "operationId"];- Returns:
- The bytes for operationId.
-
hasParameters
boolean hasParameters().openapi.v3.AnyOrExpression parameters = 3 [json_name = "parameters"];- Returns:
- Whether the parameters field is set.
-
getParameters
AnyOrExpression getParameters().openapi.v3.AnyOrExpression parameters = 3 [json_name = "parameters"];- Returns:
- The parameters.
-
getParametersOrBuilder
AnyOrExpressionOrBuilder getParametersOrBuilder().openapi.v3.AnyOrExpression parameters = 3 [json_name = "parameters"]; -
hasRequestBody
boolean hasRequestBody().openapi.v3.AnyOrExpression request_body = 4 [json_name = "requestBody"];- Returns:
- Whether the requestBody field is set.
-
getRequestBody
AnyOrExpression getRequestBody().openapi.v3.AnyOrExpression request_body = 4 [json_name = "requestBody"];- Returns:
- The requestBody.
-
getRequestBodyOrBuilder
AnyOrExpressionOrBuilder getRequestBodyOrBuilder().openapi.v3.AnyOrExpression request_body = 4 [json_name = "requestBody"]; -
getDescription
String getDescription()string description = 5 [json_name = "description"];- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()string description = 5 [json_name = "description"];- Returns:
- The bytes for description.
-
hasServer
boolean hasServer().openapi.v3.Server server = 6 [json_name = "server"];- Returns:
- Whether the server field is set.
-
getServer
Server getServer().openapi.v3.Server server = 6 [json_name = "server"];- Returns:
- The server.
-
getServerOrBuilder
ServerOrBuilder getServerOrBuilder().openapi.v3.Server server = 6 [json_name = "server"]; -
getSpecificationExtensionList
repeated .openapi.v3.NamedAny specification_extension = 7 [json_name = "specificationExtension"]; -
getSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 7 [json_name = "specificationExtension"]; -
getSpecificationExtensionCount
int getSpecificationExtensionCount()repeated .openapi.v3.NamedAny specification_extension = 7 [json_name = "specificationExtension"]; -
getSpecificationExtensionOrBuilderList
List<? extends NamedAnyOrBuilder> getSpecificationExtensionOrBuilderList()repeated .openapi.v3.NamedAny specification_extension = 7 [json_name = "specificationExtension"]; -
getSpecificationExtensionOrBuilder
repeated .openapi.v3.NamedAny specification_extension = 7 [json_name = "specificationExtension"];
-