Interface ApiConfig.OpenApiDocumentOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ApiConfig.File getDocument()
      The OpenAPI Specification document file.
      ApiConfig.FileOrBuilder getDocumentOrBuilder()
      The OpenAPI Specification document file.
      boolean hasDocument()
      The OpenAPI Specification document file.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasDocument

        boolean hasDocument()
         The OpenAPI Specification document file.
         
        .google.cloud.apigateway.v1.ApiConfig.File document = 1;
        Returns:
        Whether the document field is set.
      • getDocument

        ApiConfig.File getDocument()
         The OpenAPI Specification document file.
         
        .google.cloud.apigateway.v1.ApiConfig.File document = 1;
        Returns:
        The document.
      • getDocumentOrBuilder

        ApiConfig.FileOrBuilder getDocumentOrBuilder()
         The OpenAPI Specification document file.
         
        .google.cloud.apigateway.v1.ApiConfig.File document = 1;